diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-10-26 19:15:24 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-10-26 19:15:24 +0100 |
| commit | 52058eec882302dd33ed446e86b485e9e32b5f9b (patch) | |
| tree | a4d4e691109476f336ea73a8d9ed251ca96a7f2f /sokol_app.h | |
| parent | 14b87a2263394dca95208ec2982b2e01f461c76d (diff) | |
sokol_app.h vk: fix sapp_depth_format()
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sokol_app.h b/sokol_app.h index 2aff6568..6bc75d8c 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -13398,10 +13398,6 @@ SOKOL_API_IMPL sapp_pixel_format sapp_color_format(void) { } SOKOL_API_IMPL sapp_pixel_format sapp_depth_format(void) { - #if defined(SOKOL_VULKAN) - // FIXME! - return SAPP_PIXELFORMAT_NONE; - #endif return SAPP_PIXELFORMAT_DEPTH_STENCIL; } |