Searched refs:shadowColorBufferHandle_ (Results 1 – 2 of 2) sorted by relevance
57 shadowColorBufferHandle_ = gpuResourceMgr.GetImageHandle( in InitNode()89 … GpuImageDesc shadowImageDesc = gpuResourceMgr.GetImageDescriptor(shadowColorBufferHandle_); in PreExecuteFrame()135 ExplicitInputBarrier(cmdList, shadowColorBufferHandle_); in ExecuteFrame()138 ProcessSingleShadow(cmdList, 0u, shadowColorBufferHandle_, temporaryImage_); in ExecuteFrame()141 ProcessSingleShadow(cmdList, 1u, shadowColorBufferHandle_, temporaryImage_); in ExecuteFrame()
79 RENDER_NS::RenderHandle shadowColorBufferHandle_; in CORE3D_BEGIN_NAMESPACE() local