Skip to content

Commit

Permalink
Update to 1.2.162
Browse files Browse the repository at this point in the history
Ray tracing is here! This update *removes* the old beta
VK_KHR_ray_tracing in favor of VK_KHR_acceleration_structure +
VK_KHR_ray_tracing_pipeline (and other extensions without functions).

This change also fixes entrypoint classification for
VK_KHR_fragment_shading_rate and adds VK_NV_fragment_shading_rate_enums.
  • Loading branch information
zeux committed Nov 23, 2020
1 parent 3e47b23 commit b42d692
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 102 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) # project(... VERSION ...) support

project(volk VERSION
# VOLK_GENERATE_VERSION
158
162
# VOLK_GENERATE_VERSION
LANGUAGES C
)
Expand Down
Loading

0 comments on commit b42d692

Please sign in to comment.