Searched defs:ImageBinding (Results 1 – 2 of 2) sorted by relevance
46 struct ImageBinding struct53 std::vector<GLuint> boundImageUnits;56 bool unreferenced;
1064 ImageBinding::ImageBinding(size_t count) : boundImageUnits(count, 0), unreferenced(false) {} in ImageBinding() function in gl::ImageBinding1065 ImageBinding::ImageBinding(GLuint imageUnit, size_t count, bool unreferenced) in ImageBinding() function in gl::ImageBinding