MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / SceneLoaded

Method SceneLoaded

Rtxpt/IntroSample.cpp:650–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void IntroPathTracer::SceneLoaded()
651{
652 Sample::SceneLoaded();
653
654 // Ensure textures are allocated
655 AllocateLocalCubemapTextures();
656}
657
658void IntroPathTracer::OnRenderTargetsRecreated()
659{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected