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

Function glAreProgramsResidentNV

source/glbinding/source/gl/functions_a.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * programs, GLboolean * residences)
102{
103 return glbinding::Binding::AreProgramsResidentNV(n, programs, residences);
104}
105
106GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences)
107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected