aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sokol_app.h4
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;
}