Forráskód Böngészése

changed checker board pipeline name in the example component to match the pass filter used to find ImGui pass in code above

Signed-off-by: antonmic <[email protected]>
antonmic 3 éve
szülő
commit
1ac0149451
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Gem/Code/Source/CheckerboardExampleComponent.cpp

+ 1 - 1
Gem/Code/Source/CheckerboardExampleComponent.cpp

@@ -107,7 +107,7 @@ namespace AtomSampleViewer
         // add the checker board pipeline
         AZ::RPI::RenderPipelineDescriptor pipelineDesc;
         pipelineDesc.m_mainViewTagName = "MainCamera";
-        pipelineDesc.m_name = "Checkerboard";
+        pipelineDesc.m_name = "CheckerboardPipeline";
         pipelineDesc.m_rootPassTemplate = "CheckerboardPipeline";
         m_cbPipeline = AZ::RPI::RenderPipeline::CreateRenderPipelineForWindow(pipelineDesc, *m_windowContext);
         m_scene->AddRenderPipeline(m_cbPipeline);