Merge pull request #4928 from aws-lumberyard-dev/antonmic/buildfix

buildfix: adding .aszl to shader references
monroegm-disable-blank-issue-2
antonmic 4 years ago committed by GitHub
commit 297f40d6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
{ {
"Source" : "NewDepthOfFieldComposite", "Source" : "NewDepthOfFieldComposite.azsl",
"DepthStencilState" : "DepthStencilState" :
{ {

@ -1,5 +1,5 @@
{ {
"Source" : "NewDepthOfFieldDownsample", "Source" : "NewDepthOfFieldDownsample.azsl",
"DepthStencilState" : { "DepthStencilState" : {
"Depth" : { "Enable" : false } "Depth" : { "Enable" : false }

@ -1,5 +1,5 @@
{ {
"Source" : "NewDepthOfFieldFilterLarge", "Source" : "NewDepthOfFieldFilterLarge.azsl",
"DepthStencilState" : { "DepthStencilState" : {
"Depth" : { "Enable" : false } "Depth" : { "Enable" : false }

@ -1,5 +1,5 @@
{ {
"Source" : "NewDepthOfFieldFilterSmall", "Source" : "NewDepthOfFieldFilterSmall.azsl",
"DepthStencilState" : { "DepthStencilState" : {
"Depth" : { "Enable" : false } "Depth" : { "Enable" : false }

@ -1,5 +1,5 @@
{ {
"Source" : "NewDepthOfFieldTile3x3", "Source" : "NewDepthOfFieldTile3x3.azsl",
"DepthStencilState" : { "DepthStencilState" : {
"Depth" : { "Enable" : false } "Depth" : { "Enable" : false }

@ -1,5 +1,5 @@
{ {
"Source" : "NewDepthOfFieldTileReduce", "Source" : "NewDepthOfFieldTileReduce.azsl",
"ProgramSettings" : "ProgramSettings" :
{ {

Loading…
Cancel
Save