Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ getWidth
Method
getWidth
examples/OpenGLWindow/X11OpenGLWindow.cpp:1158–1163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1156
}
1157
1158
int X11OpenGLWindow::getWidth() const
1159
{
1160
if (m_data)
1161
return m_data->m_glWidth;
1162
return 0;
1163
}
1164
int X11OpenGLWindow::getHeight() const
1165
{
1166
if (m_data)
Callers
8
SimpleOpenGL3App
Method · 0.45
init
Method · 0.45
getCameraInfo
Method · 0.45
copyCameraImageData
Method · 0.45
copyCameraImageDataGL
Method · 0.45
getCameraInfo
Method · 0.45
TinyRendererSetup
Method · 0.45
renderScene
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected