MCPcopy Create free account
hub / github.com/cginternals/glbinding / glAreTexturesResident

Function glAreTexturesResident

source/glbinding/source/gl/functions_a.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences)
107{
108 return glbinding::Binding::AreTexturesResident(n, textures, residences);
109}
110
111GLboolean glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected