diff --git a/README.md b/README.md index 4449a58..d222dd8 100644 --- a/README.md +++ b/README.md @@ -944,7 +944,7 @@ With this define you can specify whether the ```DispatchLoaderDynamic``` is impo #### VULKAN_HPP_TYPESAFE_CONVERSION -32-bit vulkan is not typesafe for non-dispatchable handles, so we don't allow copy constructors on this platform by default. To enable this feature on 32-bit platforms define ```VULKAN_HPP_TYPESAFE_CONVERSION```. +32-bit vulkan is not typesafe for non-dispatchable handles, so we don't allow copy constructors on this platform by default. To enable this feature on 32-bit platforms, ```#define VULKAN_HPP_TYPESAFE_CONVERSION 1```. To disable this feature on 64-bit platforms, ```#define VULKAN_HPP_TYPESAFE_CONVERSION 0```. #### VULKAN_HPP_UNEXPECTED diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 10f82c5..bbf325f 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -7582,7 +7582,7 @@ std::string VulkanHppGenerator::generateHandle( std::pair