diff --git a/src/RenderDevice/Vulkan/VKDeviceCreater.cpp b/src/RenderDevice/Vulkan/VKDeviceCreater.cpp index 861bf653..73601847 100644 --- a/src/RenderDevice/Vulkan/VKDeviceCreater.cpp +++ b/src/RenderDevice/Vulkan/VKDeviceCreater.cpp @@ -302,6 +302,67 @@ namespace return(true); } + void DebugOut(const VkPhysicalDeviceFeatures &features) + { + #define OUTPUT_PHYSICAL_DEVICE_FEATURE(name) std::cout<GetProperties()); + DebugOut(physical_device->GetFeatures()); } #endif//_DEBUG