From ed5d6dfa2ed08c5a9185f3eb4ffb4deb898ed2af Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 22 Feb 2025 23:11:15 +1100 Subject: move shadows to a fullscreen buffer --- video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video.cpp') diff --git a/video.cpp b/video.cpp index fa98813..28df58b 100644 --- a/video.cpp +++ b/video.cpp @@ -1386,7 +1386,7 @@ void Device_Vk::create_depth(int w, int h) { destroy_texture(depth); depth = create_texture( "default depth", - texture_format_d24s8, + texture_format_d32, Texture_Flags::sampleable | Texture_Flags::depth_stencil_target, w, h, -- cgit v1.2.3-54-g00ecf