Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ GetRTFormat
Method
GetRTFormat
GTE/Graphics/DrawTarget.cpp:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
uint32_t DrawTarget::GetRTFormat() const
50
{
51
LogAssert(mRTTextures.size() > 0,
"Unexpected condition."
);
52
return mRTTextures[0]->GetFormat();
53
}
54
55
uint32_t DrawTarget::GetWidth() const
56
{
Callers
nothing calls this directly
Calls
1
GetFormat
Method · 0.45
Tested by
no test coverage detected