MCPcopy 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
73uint32_t DrawTarget::GetDSFormat() const
74{
75 LogAssert(mDSTexture != nullptr, "Unexpected condition.");
76 return mDSTexture->GetFormat();
77}
78
79std::shared_ptr<TextureRT> const DrawTarget::GetRTTexture(uint32_t i) const
80{

Callers

nothing calls this directly

Calls 1

GetFormatMethod · 0.45

Tested by

no test coverage detected