1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[dxgi] Fix broken gamma with combined image samplers

Fixes #1003.
This commit is contained in:
Philip Rebohle 2019-04-07 09:55:54 +02:00
parent a696f69ec2
commit e901d9d149
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1,6 +1,6 @@
#version 450
layout(constant_id = 3) const bool s_gamma_bound = false;
layout(constant_id = 1) const bool s_gamma_bound = false;
layout(binding = 0) uniform sampler2D s_image;
layout(binding = 1) uniform sampler1D s_gamma;