Skip to content

1.3.270

Latest
Compare
Choose a tag to compare
@zeux zeux released this 10 Nov 16:37
· 67 commits to master since this release
dd19b95

A periodic tagged release of volk, matching Vulkan 1.3.270.

New extensions:

  • VK_EXT_depth_bias_control
  • VK_EXT_extended_dynamic_state3
  • VK_EXT_host_image_copy
  • VK_KHR_cooperative_matrix
  • VK_KHR_maintenance5
  • VK_AMDX_shader_enqueue
  • VK_NV_cuda_kernel_launch
  • VK_NV_device_generated_commands_compute
  • VK_NV_low_latency2
  • VK_QNX_external_memory_screen_buffer

Additional changes:

  • Add volkFinalize function that resets all loaded function pointers and handles to NULL and unloads Vulkan DLL/SO; volk can be initialized again after being finalized if necessary.
  • Fix CMake target accidentally linking in Vulkan libraries in some configurations
  • Fix compilation for MinGW