Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetHeight
Method
SetHeight
trinityal/tests/TextureSubresource.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
m_width = width;
27
}
28
void SetHeight( uint32_t height )
29
{
30
m_height = height;
31
}
32
void SetDepth( uint32_t depth )
33
{
34
m_volumeDepth = depth;
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected