MCPcopy Create free account
hub / github.com/SpartanJ/eepp / clientActiveTexture

Method clientActiveTexture

src/eepp/graphics/renderer/renderergl.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void RendererGL::clientActiveTexture( unsigned int texture ) {
226 glClientActiveTexture( texture );
227}
228
229void RendererGL::pointSize( float size ) {
230#if EE_PLATFORM != EE_PLATFORM_EMSCRIPTEN

Callers 3

setVertexStatesMethod · 0.45
setVertexStatesMethod · 0.45
unbindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected