diff options
Diffstat (limited to 'Ryujinx.Graphics.Vulkan/Shaders/ColorBlitMsFragmentShaderSource.frag')
| -rw-r--r-- | Ryujinx.Graphics.Vulkan/Shaders/ColorBlitMsFragmentShaderSource.frag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Graphics.Vulkan/Shaders/ColorBlitMsFragmentShaderSource.frag b/Ryujinx.Graphics.Vulkan/Shaders/ColorBlitMsFragmentShaderSource.frag deleted file mode 100644 index 71145e02..00000000 --- a/Ryujinx.Graphics.Vulkan/Shaders/ColorBlitMsFragmentShaderSource.frag +++ /dev/null @@ -1,11 +0,0 @@ -#version 450 core - -layout (binding = 0, set = 2) uniform sampler2DMS tex; - -layout (location = 0) in vec2 tex_coord; -layout (location = 0) out vec4 colour; - -void main() -{ - colour = texelFetch(tex, ivec2(tex_coord * vec2(textureSize(tex).xy)), gl_SampleID); -}
\ No newline at end of file |
