MCPcopy 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
49uint32_t DrawTarget::GetRTFormat() const
50{
51 LogAssert(mRTTextures.size() > 0, "Unexpected condition.");
52 return mRTTextures[0]->GetFormat();
53}
54
55uint32_t DrawTarget::GetWidth() const
56{

Callers

nothing calls this directly

Calls 1

GetFormatMethod · 0.45

Tested by

no test coverage detected