MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getDepthTexture

Method getDepthTexture

Source/Render/RenderTarget.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64Texture2D* RenderTarget::getDepthTexture() const noexcept {
65 return _depthTexture;
66}
67
68bool RenderTarget::init() {
69 if (!Object::init()) return false;

Callers 1

textureGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected