| 99 | } |
| 100 | |
| 101 | GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * programs, GLboolean * residences) |
| 102 | { |
| 103 | return glbinding::Binding::AreProgramsResidentNV(n, programs, residences); |
| 104 | } |
| 105 | |
| 106 | GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences) |
| 107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected