Move LyShine shader to the gem

Signed-off-by: abrmich <abrmich@amazon.com>
monroegm-disable-blank-issue-2
abrmich 4 years ago
parent 7581967da3
commit f9404baabc

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