Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
Texture2D* RenderTarget::getDepthTexture() const noexcept {
65
return _depthTexture;
66
}
67
68
bool RenderTarget::init() {
69
if (!Object::init()) return false;
Callers
1
textureGet
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected