Searched defs:SamplerBinding (Results 1 – 2 of 2) sorted by relevance
21 struct SamplerBinding struct31 TextureType textureType;33 SamplerFormat format;36 std::vector<GLuint> boundTextureUnits;39 bool unreferenced;
924 SamplerBinding::SamplerBinding(TextureType textureTypeIn, in SamplerBinding() function in gl::SamplerBinding