You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (Type == PBR_Renderer::RenderPassType::OITLayers && pRWOITLayersSRB == nullptr)
182
182
{
183
183
pRWOITLayersSRB = RPState.GetRWOITLayersSRB();
184
-
VERIFY_EXPR(pRWOITLayersSRB != nullptr);
184
+
VERIFY_EXPR(pRWOITLayersSRB != nullptr, "RW OIT layers SRB is null. It should have been set in the render pass state by HnBeginOITPassTask::Execute().");
0 commit comments