diff options
Diffstat (limited to 'cube/cube.cpp')
| -rw-r--r-- | cube/cube.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp index 48c1f728..87b24f9f 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -909,12 +909,6 @@ void Demo::init(int argc, char **argv) { frameCount = UINT32_MAX; use_xlib = false; -#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 - use_staging_buffer = true; -#endif - for (int i = 1; i < argc; i++) { if (strcmp(argv[i], "--use_staging") == 0) { use_staging_buffer = true; |
