Skip to content

Instantly share code, notes, and snippets.

@pJotoro
Created February 18, 2022 14:51
Show Gist options
  • Save pJotoro/080b71fcef99cbcfc68d9fd5cc9fda39 to your computer and use it in GitHub Desktop.
Save pJotoro/080b71fcef99cbcfc68d9fd5cc9fda39 to your computer and use it in GitHub Desktop.
// Add this in vendor\vulkan\core.odin
VK_KHR_MAINTENANCE_1_SPEC_VERSION :: 2
VK_KHR_MAINTENANCE_1_EXTENSION_NAME :: "VK_KHR_maintenance1"
VK_KHR_MAINTENANCE_2_SPEC_VERSION :: 1
VK_KHR_MAINTENANCE_2_EXTENSION_NAME :: "VK_KHR_maintenance2"
VK_KHR_MAINTENANCE_3_SPEC_VERSION :: 1
VK_KHR_MAINTENANCE_3_EXTENSION_NAME :: "VK_KHR_maintenance3"
VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION :: 1
VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME :: "VK_NV_viewport_array2"
VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION :: 1
VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME :: "VK_GOOGLE_hlsl_functionality1"
MAX_GLOBAL_PRIORITY_SIZE_KHR :: u32(16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment