Searched defs:SamplerBinding (Results 1 – 3 of 3) sorted by relevance
23 struct SamplerBinding struct31 std::array<SamplerBinding, kMaxGLSamplerBindings> actualSamplerBindings; argument
25 struct SamplerBinding struct35 TextureType textureType;37 SamplerFormat format;40 std::vector<GLuint> boundTextureUnits;43 bool unreferenced;
925 SamplerBinding::SamplerBinding(TextureType textureTypeIn, in SamplerBinding() function in gl::SamplerBinding