MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / getInternalData

Method getInternalData

examples/OpenGLWindow/GLInstancingRenderer.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277};
278
279struct GLInstanceRendererInternalData* GLInstancingRenderer::getInternalData()
280{
281 return m_data;
282}
283
284static GLuint triangleShaderProgram;
285static GLint triangle_mvp_location = -1;

Callers 3

GpuRigidBodyDemoMethod · 0.45
stepSimulationMethod · 0.45
stepSimulationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected