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