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