diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-26 18:24:52 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-26 18:24:52 -0400 |
commit | 485470511f2d42c26ebbda1afb2ac85f223ff050 (patch) | |
tree | baf78651c31403d4ad15fe8deb6107667dad6fe9 | |
parent | 145e4fde92182b89c278e20cc0dc66ac820a8ea4 (diff) | |
download | gtk+-485470511f2d42c26ebbda1afb2ac85f223ff050.tar.gz |
vulkan: Update the outset-shadow fragment shaders
These were missing the blur-radius parameter that is written
by the vertex shader, causing Vulkan validation to complain.
-rw-r--r-- | gsk/resources/vulkan/outset-shadow-clip-rounded.frag.spv | bin | 10672 -> 10744 bytes |
-rw-r--r-- | gsk/resources/vulkan/outset-shadow-clip.frag.spv | bin | 10020 -> 10092 bytes |
-rw-r--r-- | gsk/resources/vulkan/outset-shadow.frag.spv | bin | 10020 -> 10092 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/gsk/resources/vulkan/outset-shadow-clip-rounded.frag.spv b/gsk/resources/vulkan/outset-shadow-clip-rounded.frag.spv Binary files differindex d894d2c773..a6437204b0 100644 --- a/gsk/resources/vulkan/outset-shadow-clip-rounded.frag.spv +++ b/gsk/resources/vulkan/outset-shadow-clip-rounded.frag.spv diff --git a/gsk/resources/vulkan/outset-shadow-clip.frag.spv b/gsk/resources/vulkan/outset-shadow-clip.frag.spv Binary files differindex 9e3ded556e..65904aa607 100644 --- a/gsk/resources/vulkan/outset-shadow-clip.frag.spv +++ b/gsk/resources/vulkan/outset-shadow-clip.frag.spv diff --git a/gsk/resources/vulkan/outset-shadow.frag.spv b/gsk/resources/vulkan/outset-shadow.frag.spv Binary files differindex 9e3ded556e..65904aa607 100644 --- a/gsk/resources/vulkan/outset-shadow.frag.spv +++ b/gsk/resources/vulkan/outset-shadow.frag.spv |