mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Add input topology field to shader info
This commit is contained in:
parent
2cd305e606
commit
2cb9d40f88
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ namespace dxvk {
|
||||||
uint32_t patchVertexCount = 0;
|
uint32_t patchVertexCount = 0;
|
||||||
/// Transform feedback vertex strides
|
/// Transform feedback vertex strides
|
||||||
uint32_t xfbStrides[MaxNumXfbBuffers] = { };
|
uint32_t xfbStrides[MaxNumXfbBuffers] = { };
|
||||||
|
/// Input primitive topology for geometry shaders
|
||||||
|
VkPrimitiveTopology inputTopology = VK_PRIMITIVE_TOPOLOGY_MAX_ENUM;
|
||||||
/// Output primitive topology
|
/// Output primitive topology
|
||||||
VkPrimitiveTopology outputTopology = VK_PRIMITIVE_TOPOLOGY_MAX_ENUM;
|
VkPrimitiveTopology outputTopology = VK_PRIMITIVE_TOPOLOGY_MAX_ENUM;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue