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

Method GetRTTexture

GTE/Graphics/DrawTarget.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79std::shared_ptr<TextureRT> const DrawTarget::GetRTTexture(uint32_t i) const
80{
81 LogAssert(i < static_cast<uint32_t>(mRTTextures.size()), "Unexpected condition.");
82 return mRTTextures[i];
83}
84
85void DrawTarget::AutogenerateRTMipmaps()
86{

Callers 15

UseDynamicUpdatesMethod · 0.45
UpdateFacesMethod · 0.45
BindMethod · 0.45
OnIdleMethod · 0.45
CreateSceneMethod · 0.45
VertexColoringWindow3Method · 0.45
OnIdleMethod · 0.45
CreateDrawTargetsMethod · 0.45
CreateSceneEffectsMethod · 0.45
CreateUnlitEffectsMethod · 0.45
CreateBlurEffectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected