Searched defs:SamplerBinding (Results 1 – 4 of 4) sorted by relevance
20 struct SamplerBinding struct33 std::array<SamplerBinding, kMaxGLSamplerBindings> actualSamplerBindings; argument
25 struct SamplerBinding struct35 TextureType textureType;37 GLenum samplerType;39 SamplerFormat format;43 std::vector<GLuint> boundTextureUnits;
747 SamplerBinding::SamplerBinding(TextureType textureTypeIn, in SamplerBinding() function in gl::SamplerBinding
1397 using SamplerBinding = BindingPointer<SamplerHelper>; variable