Remove erronous Vulkan init. property

TODO: Vulkan compute
This commit is contained in:
Stephen Seo 2024-03-06 17:56:30 +09:00
parent c823f90c14
commit aaa986b0eb

View file

@ -114,8 +114,6 @@ image::Bl dither::blue_noise(int width, int height, int threads,
populate_debug_info(&debug_create_info);
create_info.pNext = &debug_create_info;
create_info.enabledExtensionCount = 1;
#else
create_info.enabledLayerCount = 0;
create_info.pNext = nullptr;