MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getWidth

Method getWidth

testbed/opengl-framework/src/Texture2D.h:133–135  ·  view source on GitHub ↗

Get the width

Source from the content-addressed store, hash-verified

131
132// Get the width
133inline uint Texture2D::getWidth() const {
134 return mWidth;
135}
136
137// Get the height
138inline uint Texture2D::getHeight() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected