mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-13 16:08:50 +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 binding;
|
||||||
uint32_t fetchRate;
|
uint32_t fetchRate;
|
||||||
VkVertexInputRate inputRate;
|
VkVertexInputRate inputRate;
|
||||||
|
uint32_t extent;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user