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

Method getHeight

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

Get the height

Source from the content-addressed store, hash-verified

136
137// Get the height
138inline uint Texture2D::getHeight() const {
139 return mHeight;
140}
141
142}
143

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected