baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
9.07k stars 1.35k forks source link

Preliminary Vulkan AS/RQ test #3483

Closed cmannett85-arm closed 2 days ago

cmannett85-arm commented 2 weeks ago

This test renders a small triangle that casts a shadow from a point light, onto a larger triangle. The test runner then checks that various pixels in the final output are the correct colour.

There is also an arbitrary AS copy in the render loop just to hit more API coverage when manually capturing, but the test runner doesn't check its output.

Tested on:

Core test work originally done by martyn.jacques@arm.com