aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'cube/cube.c')
-rw-r--r--cube/cube.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cube/cube.c b/cube/cube.c
index 1b7b3227..7398a2c1 100644
--- a/cube/cube.c
+++ b/cube/cube.c
@@ -3704,12 +3704,6 @@ static void demo_init(struct demo *demo, int argc, char **argv) {
demo->presentMode = VK_PRESENT_MODE_FIFO_KHR;
demo->frameCount = INT32_MAX;
-#if defined(VK_USE_PLATFORM_MACOS_MVK)
- // MoltenVK may not allow host coherent mapping to linear tiled images
- // Force the use of a staging buffer to be safe
- demo->use_staging_buffer = true;
-#endif
-
for (int i = 1; i < argc; i++) {
if (strcmp(argv[i], "--use_staging") == 0) {
demo->use_staging_buffer = true;