23 Jan
2024
23 Jan
'24
12:07 a.m.
This allows to declare SRV buffers in the shader tests using `[buffer srv n]` blocks, and passing them to the different backends. Also, 1/2 includes a missing bit required to parse `Buffer<>` types in the HLSL compiler. This is a step towards supporting StructuredBuffer types in further patches. -- v3: tests/shader_runner: Support SRV buffers. tests/shader-runner: Override resource types of the same category. https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/569