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

Method getScreenWidth

examples/OpenGLWindow/SimpleOpenGL2Renderer.cpp:615–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615int SimpleOpenGL2Renderer::getScreenWidth()
616{
617 return m_data->m_width;
618}
619int SimpleOpenGL2Renderer::getScreenHeight()
620{
621 return m_data->m_height;

Callers 14

getRayToMethod · 0.45
getRayToMethod · 0.45
getRayToMethod · 0.45
drawText3DMethod · 0.45
drawTextMethod · 0.45
setViewportMethod · 0.45
getScreenPixelsMethod · 0.45
swapBufferMethod · 0.45
dumpFramesToVideoMethod · 0.45
dumpNextFrameToPngMethod · 0.45
drawText3DMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected