| commit | 5c9549500debef00541c8f515bb0d870d7d1247d | [log] [tgz] |
|---|---|---|
| author | Jason Macnak <jmacnak@nvidia.com> | Tue Jul 09 15:46:12 2019 -0700 |
| committer | Mark Lobodzinski <mark@lunarg.com> | Wed Jul 17 11:43:33 2019 -0600 |
| tree | bb63a6708a85f3f341b96fb9c082666abff26527 | |
| parent | 12e09b01fdd166b71e7bf8573d0df668bb2c12e2 [diff] [blame] |
layers: Add accel structure tracking and validation Adds tracking and validation for ray tracing acceleration structures in manner similar to buffers and images (adds memory links on bind commands, adds usage links in build and copy commands). More extension information: - https://www.khronos.org/registry/vulkan/specs/1.1-extensions/ html/vkspec.html#VK_NV_ray_tracing Change-Id: I6c86f753e01e90de93aef7046fb83b44c03a8bca
diff --git a/scripts/parameter_validation_generator.py b/scripts/parameter_validation_generator.py index 687c296..4bc12b1 100644 --- a/scripts/parameter_validation_generator.py +++ b/scripts/parameter_validation_generator.py
@@ -178,6 +178,8 @@ 'vkCmdDrawMeshTasksIndirectCountNV', 'vkAllocateMemory', 'vkCreateAccelerationStructureNV', + 'vkGetAccelerationStructureHandleNV', + 'vkCmdBuildAccelerationStructureNV', ] # Commands to ignore