KhronosGroup / Vulkan-ValidationLayers

Vulkan Validation Layers (VVL)
https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html
Other
751 stars 403 forks source link

layers: Move some RTX to Stateless #8173

Closed spencer-lunarg closed 3 months ago

spencer-lunarg commented 3 months ago

As we move more to drawtime, I want to try and slowly cleanup/improve the cc_drawdispatch file

I noticed there were a lot of stateless checks at vkCmdTraceRay* time that didn't have a real reason to be there (and some duplicated among calls)

This also breaks up the 4 VkStridedDeviceAddressRegionKHR checks into their own calls to help reduce clutter

ci-tester-lunarg commented 3 months ago

CI Vulkan-ValidationLayers build queued with queue ID 204183.

ci-tester-lunarg commented 3 months ago

CI Vulkan-ValidationLayers build # 16876 running.

ci-tester-lunarg commented 3 months ago

CI Vulkan-ValidationLayers build # 16876 passed.