[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
1 changed files with 1 additions and 1 deletions

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;