1. Add nullptr checks to prevent crashes when non-critical shaders fail to compile. (#5451)

2. Add a higher "launch_ap_timeout" for Mac because launching a newly built/downloaded AP can take a while.

Signed-off-by: amzn-sj <srikkant@amazon.com>
This commit is contained in:
SJ
2021-11-10 09:31:59 -08:00
committed by GitHub
parent adf3357176
commit 0c546828d6
4 changed files with 29 additions and 2 deletions
@@ -0,0 +1,12 @@
{
"Amazon": {
"AzCore": {
"Bootstrap": {
// The first time an application is launched on MacOS, each
// dynamic library is inspected by the OS before being loaded.
// This can take a while on some Macs.
"launch_ap_timeout": 300
}
}
}
}