| 104 | } |
| 105 | |
| 106 | GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences) |
| 107 | { |
| 108 | return glbinding::Binding::AreTexturesResident(n, textures, residences); |
| 109 | } |
| 110 | |
| 111 | GLboolean glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected