Skip to content
Snippets Groups Projects
Commit 6407f16d authored by Liam's avatar Liam
Browse files

Address review comments

parent bcc2d7e6
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,9 @@ set(SHADER_FILES ...@@ -12,9 +12,9 @@ set(SHADER_FILES
block_linear_unswizzle_3d.comp block_linear_unswizzle_3d.comp
convert_abgr8_to_d24s8.frag convert_abgr8_to_d24s8.frag
convert_d24s8_to_abgr8.frag convert_d24s8_to_abgr8.frag
convert_s8d24_to_abgr8.frag
convert_depth_to_float.frag convert_depth_to_float.frag
convert_float_to_depth.frag convert_float_to_depth.frag
convert_s8d24_to_abgr8.frag
full_screen_triangle.vert full_screen_triangle.vert
fxaa.frag fxaa.frag
fxaa.vert fxaa.vert
......
// Copyright 2021 yuzu Emulator Project // Copyright 2022 yuzu Emulator Project
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment