diff options
Diffstat (limited to 'video.cpp')
-rw-r--r-- | video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |