diff --git a/src/gfx_device_vulkan.cpp b/src/gfx_device_vulkan.cpp index 5d2d64e..94b806f 100644 --- a/src/gfx_device_vulkan.cpp +++ b/src/gfx_device_vulkan.cpp @@ -6,7 +6,6 @@ * This feature uses the device extension VK_EXT_memory_priority. Depth buffers have a priority of 0.9f. * Other, non-essential allocations will have a priority of 0.5f. * - * */ #include