1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-12 22:08:59 +01:00

[dxvk] Add vertex extent to vertex binding info

This commit is contained in:
Philip Rebohle 2022-08-07 16:45:29 +02:00
parent ddb528cc8e
commit bb8a87196f
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -188,6 +188,7 @@ namespace dxvk {
uint32_t binding;
uint32_t fetchRate;
VkVertexInputRate inputRate;
uint32_t extent;
};