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

Method GetDSTexture

GTE/Graphics/DrawTarget.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 std::shared_ptr<TextureRT> const GetRTTexture(uint32_t i) const;
50
51 inline std::shared_ptr<TextureDS> const GetDSTexture() const
52 {
53 return mDSTexture;
54 }
55
56 // Request that the GPU compute mipmap levels when the base-level
57 // render target is written. The AutogenerateMipmaps call should be

Callers 3

BindMethod · 0.45
OnIdleMethod · 0.45
CreateOverlaysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected