Searched defs:SamplerBinding (Results 1 – 4 of 4) sorted by relevance
19 struct SamplerBinding struct32 std::array<SamplerBinding, kMaxGLSamplerBindings> actualSamplerBindings; argument
25 struct SamplerBinding struct36 TextureType textureType;38 GLenum samplerType;40 SamplerFormat format;44 std::vector<GLuint> boundTextureUnits;
651 SamplerBinding::SamplerBinding(TextureType textureTypeIn, in SamplerBinding() function in gl::SamplerBinding
1942 using SamplerBinding = BindingPointer<SamplerHelper>; variable