MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetHeight

Method SetHeight

trinityal/tests/BitmapDimensions.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 m_width = width;
26 }
27 void SetHeight( uint32_t height )
28 {
29 m_height = height;
30 }
31 void SetDepth( uint32_t depth )
32 {
33 m_volumeDepth = depth;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected