Home | History | Annotate | Download | only in include

Lines Matching refs:mipmapMode

4057     VkSamplerMipmapMode get_mipmapMode() { return m_struct.mipmapMode; }
4058 void set_mipmapMode(VkSamplerMipmapMode inValue) { m_struct.mipmapMode = inValue; }