File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ your auto-start for your terminal and IDE setup such that those environment
7272variables work everywhere.
7373
7474If you receive an error message, then ensure that your drivers are up to date,
75- include the Vulkan runtime and that your graphics card is supported. See the
75+ include the Vulkan runtime and that your graphics card is supported. See the
7676xref:00_Introduction.adoc[introduction chapter] for links to drivers from the major
7777vendors.
7878
@@ -129,8 +129,9 @@ find_package (Vulkan REQUIRED)
129129add_library(VulkanCppModule)
130130add_library(Vulkan::cppm ALIAS VulkanCppModule)
131131
132- target_compile_definitions(VulkanCppModule
133- PUBLIC VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1
132+ ttarget_compile_definitions(VulkanCppModule PUBLIC
133+ VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1
134+ VULKAN_HPP_NO_STRUCT_CONSTRUCTORS=1
134135)
135136target_include_directories(VulkanCppModule
136137 PRIVATE
You can’t perform that action at this time.
0 commit comments