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:
parent
ddb528cc8e
commit
bb8a87196f
@ -188,6 +188,7 @@ namespace dxvk {
|
||||
uint32_t binding;
|
||||
uint32_t fetchRate;
|
||||
VkVertexInputRate inputRate;
|
||||
uint32_t extent;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user