Browse Source

Removed the deferred pipeline watermark

Signed-off-by: santorac <[email protected]>
santorac 2 years ago
parent
commit
4160a9e68a

+ 2 - 2
Passes/PrototypeDeferredPipeline/DeferredLighting.azsl

@@ -70,8 +70,8 @@ struct PSOutput
 // Since the visual results of the deferred pipeline are (in theory) identical to the results
 // of the main pipeline, this option can be enabled to draw a watermark that confirms what
 // you are seeing is actually the deferred pipeline.
-// TODO(DeferredPOC): Make a way to turn this off by default, and only turn it on as needed for testing. Right now we don't have a way to turn it on programmatically.
-option bool o_deferredPipelineWatermark = true;
+// TODO(DeferredPOC): Make a way to turn this on as needed for testing. Right now we don't have a way to turn it on programmatically.
+option bool o_deferredPipelineWatermark = false;
 
 PSOutput MainPS(VSOutput IN, in uint sampleIndex : SV_SampleIndex)
 {

+ 2 - 2
Scripts/ExpectedScreenshots/MaterialPipelineSystem/materialpipelinetest_basic_deferredpipeline.png

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:973a6ff5ef1a593a3885842535ab8ad967aaf480b1a5bf4965566470b962e00c
-size 925548
+oid sha256:0e9117ca1a5c88e9424d43099418d226e27713da1bd22b966432a6b64451408e
+size 905664

+ 2 - 2
Scripts/ExpectedScreenshots/MaterialPipelineSystem/materialpipelinetest_enhanced_deferredpipeline.png

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:26272e7af064fc13659969a26d77b077ab58093044d2cb41fe4dabf04c3e03c2
-size 914935
+oid sha256:3cff2c984170a7a9c0e6f0b69bb224c8392240a8eea2d02282e6913d4f5d380f
+size 898747

+ 2 - 2
Scripts/ExpectedScreenshots/MaterialPipelineSystem/materialpipelinetest_enhanced_pdo_deferredpipeline.png

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:35c9899c19ce7ad7b1ed5f4eefb65c659bd34b3fd519e202a049d6112481c5d2
-size 936855
+oid sha256:be2c398d46b9116be9c9683867e64019b2326fe13e7dff6fac1281c95521d396
+size 926207

+ 2 - 2
Scripts/ExpectedScreenshots/MaterialPipelineSystem/materialpipelinetest_standard_deferredpipeline.png

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:7b94000e851cc6ddad06e7a7f3fd01ebb4b4fb0575f620e151ca34732e4b097b
-size 1318822
+oid sha256:4af1d92caffbfc7e8428e1fc01714579e3a9a670a10a66b206a08e10377cfd8f
+size 1303852

+ 2 - 2
Scripts/ExpectedScreenshots/MaterialPipelineSystem/materialpipelinetest_standard_pdo_deferredpipeline.png

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:fc405f6116dd501a91a660404059374b0b867f77b800d785105aac0d6faef7dd
-size 1120512
+oid sha256:2f507ecb3df6639a81287b2c0553d82f9d1eb9e050215833fbee634cefa4ee66
+size 1111500