MCPcopy Create free account
hub / github.com/OGRECave/ogre / bindGLTexture

Method bindGLTexture

RenderSystems/GL/src/OgreGLStateCacheManager.cpp:253–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 void GLStateCacheManager::bindGLTexture(GLenum target, GLuint texture)
254 {
255 mLastBoundTexID = texture;
256
257 // Update GL
258 glBindTexture(target, texture);
259 }
260
261 bool GLStateCacheManager::activateGLTextureUnit(size_t unit)
262 {

Callers 6

uploadMethod · 0.45
downloadMethod · 0.45
copyFromFramebufferMethod · 0.45
blitFromTextureMethod · 0.45
_setTextureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected