MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / WantAutogenerateRTMipmaps

Method WantAutogenerateRTMipmaps

GTE/Graphics/DrawTarget.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool DrawTarget::WantAutogenerateRTMipmaps() const
97{
98 LogAssert(mRTTextures.size() > 0, "Unexpected condition.");
99 return mRTTextures[0]->WantAutogenerateMipmaps();
100}
101
102void DrawTarget::SubscribeForDestruction(std::shared_ptr<ListenerForDestruction> const& listener)
103{

Callers 1

DisableMethod · 0.80

Calls 1

Tested by

no test coverage detected