From 64fbf319f1d4103531c0d8aecaa330346a9ecc81 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Wed, 30 Dec 2020 01:59:12 -0300 Subject: host_shaders: Add shaders to present to the swapchain --- src/video_core/host_shaders/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video_core/host_shaders/CMakeLists.txt') diff --git a/src/video_core/host_shaders/CMakeLists.txt b/src/video_core/host_shaders/CMakeLists.txt index faf298f1c..6084984f9 100644 --- a/src/video_core/host_shaders/CMakeLists.txt +++ b/src/video_core/host_shaders/CMakeLists.txt @@ -8,6 +8,8 @@ set(SHADER_FILES opengl_present.frag opengl_present.vert pitch_unswizzle.comp + vulkan_present.frag + vulkan_present.vert ) find_program(GLSLANGVALIDATOR "glslangValidator" REQUIRED) -- cgit v1.2.3