Skip to content

Commit

Permalink
Updated to Vulkan headers 1.3.295
Browse files Browse the repository at this point in the history
Adds support for:
- VK_KHR_compute_shader_derivatives
  • Loading branch information
SaschaWillems committed Sep 15, 2024
1 parent cf19f19 commit bb8d5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VulkanDeviceInfoExtensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class VulkanDeviceInfoExtensions
void readPhysicalFeatures_VALVE();

public:
const uint32_t vkHeaderVersion = 294;
const uint32_t vkHeaderVersion = 295;
std::vector<Feature2> features2;
std::vector<Property2> properties2;
std::vector<VkExtensionProperties> extensions;
Expand Down
1 change: 1 addition & 0 deletions extensionlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ VK_KHR_maintenance5
VK_KHR_ray_tracing_position_fetch
VK_KHR_pipeline_binary
VK_KHR_cooperative_matrix
VK_KHR_compute_shader_derivatives
VK_KHR_video_maintenance1
VK_KHR_vertex_attribute_divisor
VK_KHR_shader_float_controls2
Expand Down

0 comments on commit bb8d5e2

Please sign in to comment.