Searched defs:ImageBinding (Results 1 – 4 of 4) sorted by relevance
46 struct ImageBinding struct54 TextureType textureType;58 std::vector<GLuint> boundImageUnits;
1203 ImageBinding::ImageBinding(size_t count, TextureType textureTypeIn) in ImageBinding() function in gl::ImageBinding1206 ImageBinding::ImageBinding(GLuint imageUnit, size_t count, TextureType textureTypeIn) in ImageBinding() function in gl::ImageBinding
282 struct ImageBinding struct289 std::vector<GLuint> boundImageUnits;292 bool unreferenced;
969 ImageBinding::ImageBinding(size_t count) : boundImageUnits(count, 0), unreferenced(false) {} in ImageBinding() function in gl::ImageBinding970 ImageBinding::ImageBinding(GLuint imageUnit, size_t count, bool unreferenced) in ImageBinding() function in gl::ImageBinding