Searched defs:SamplerBinding (Results 1 – 6 of 6) 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;
1054 SamplerBinding::SamplerBinding(TextureType textureTypeIn, in SamplerBinding() function in gl::SamplerBinding
222 struct SamplerBinding struct232 TextureType textureType;234 SamplerFormat format;237 std::vector<GLuint> boundTextureUnits;240 bool unreferenced;
885 SamplerBinding::SamplerBinding(TextureType textureTypeIn, in SamplerBinding() function in gl::SamplerBinding
1318 using SamplerBinding = BindingPointer<SamplerHelper>; variable