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

Function glBindTexture

GTE/Graphics/GL46/GL46.cpp:2284–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2282}
2283
2284void APIENTRY glBindTexture(GLenum target, GLuint texture)
2285{
2286 if (sglBindTexture)
2287 {
2288 sglBindTexture(target, texture);
2289 ReportGLError("glBindTexture");
2290 }
2291 else
2292 {
2293 ReportGLNullFunction("glBindTexture");
2294 }
2295}
2296
2297void APIENTRY glDeleteTextures(GLsizei n, const GLuint* textures)
2298{

Callers 15

GL46Texture2ArrayMethod · 0.85
GL46Texture1ArrayMethod · 0.85
InitializeMethod · 0.85
CopyGpuToCpuMethod · 0.85
GenerateMipmapsMethod · 0.85
DoCopyCpuToGpuMethod · 0.85
GL46TextureCubeArrayMethod · 0.85
GL46Texture1Method · 0.85
EnableTexturesMethod · 0.85
DisableTexturesMethod · 0.85
EnableTextureArraysMethod · 0.85
DisableTextureArraysMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected