mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
fsr: Mark output images explicitly as nonreadable
This commit is contained in:
parent
4b2f56e035
commit
c1f31d37f5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ R"(
|
|||
%FFX_A_IMPORT%
|
||||
|
||||
layout(set=0,binding=0) uniform sampler2D InputTexture;
|
||||
layout(set=0,binding=1,rgba8) uniform image2D OutputTexture;
|
||||
layout(set=0,binding=1,rgba8) uniform writeonly image2D OutputTexture;
|
||||
|
||||
#if A_HALF
|
||||
#if SAMPLE_EASU
|
||||
|
|
Loading…
Add table
Reference in a new issue