MCPcopy Create free account
hub / github.com/c3d/tao3D / LoadName

Method LoadName

tao/opengl_state.cpp:1739–1746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737
1738
1739void OpenGLState::LoadName(uint name)
1740// ----------------------------------------------------------------------------
1741// Load a name onto the name stack
1742// ----------------------------------------------------------------------------
1743{
1744 // Must be reimplemented ?
1745 glLoadName(name);
1746}
1747
1748
1749void OpenGLState::PushName(uint name)

Callers 1

IdentifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected