Merge pull request #6631 from aws-lumberyard-dev/michabr/lyshine_shader_loc

Move LyShine shader to the gem
This commit is contained in:
Ronald Koppers
2022-01-04 14:01:33 -08:00
committed by GitHub
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void UiRenderer::OnBootstrapSceneReady(AZ::RPI::Scene* bootstrapScene)
// At this point the RPI is ready for use
// Load the UI shader
const char* uiShaderFilepath = "Shaders/LyShineUI.azshader";
const char* uiShaderFilepath = "LyShine/Shaders/LyShineUI.azshader";
AZ::Data::Instance<AZ::RPI::Shader> uiShader = AZ::RPI::LoadCriticalShader(uiShaderFilepath);
// Create scene to be used by the dynamic draw context