Skip to content

Commit

Permalink
[Metal] Fix shader compiler error w/ alpha hashing but no blue noise
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Aug 5, 2024
1 parent 8c5bf3a commit 6b8bf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Media/Hlms/Common/Any/AlphaHashing_piece_ps.any
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
@end

@property( syntax == metal )
@property( syntax == metal && hlms_blue_noise )
#define ALPHA_HASHING_ARG_DECL , texture2d_array<float> blueNoiseTex
#define ALPHA_HASHING_ARG , blueNoiseTex
@else
Expand Down

0 comments on commit 6b8bf93

Please sign in to comment.