MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glGenTextures

Function glGenTextures

GTE/Graphics/GL46/GL46.cpp:2310–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2308}
2309
2310void APIENTRY glGenTextures(GLsizei n, GLuint* textures)
2311{
2312 if (sglGenTextures)
2313 {
2314 sglGenTextures(n, textures);
2315 ReportGLError("glGenTextures");
2316 }
2317 else
2318 {
2319 ReportGLNullFunction("glGenTextures");
2320 }
2321}
2322
2323GLboolean APIENTRY glIsTexture(GLuint texture)
2324{

Callers 8

GL46Texture2ArrayMethod · 0.85
GL46Texture1ArrayMethod · 0.85
GL46TextureCubeArrayMethod · 0.85
GL46Texture1Method · 0.85
GL46TextureCubeMethod · 0.85
glGenTexturesMethod · 0.85
GL46Texture3Method · 0.85
GL46Texture2Method · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected