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

Move LyShine shader to the gem
monroegm-disable-blank-issue-2
Ronald Koppers 4 years ago committed by GitHub
commit 50b22a23cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save