Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ GetDSFormat
Method
GetDSFormat
GTE/Graphics/DrawTarget.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
uint32_t DrawTarget::GetDSFormat() const
74
{
75
LogAssert(mDSTexture != nullptr,
"Unexpected condition."
);
76
return mDSTexture->GetFormat();
77
}
78
79
std::shared_ptr<TextureRT> const DrawTarget::GetRTTexture(uint32_t i) const
80
{
Callers
nothing calls this directly
Calls
1
GetFormat
Method · 0.45
Tested by
no test coverage detected