mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Fix validation error on FS resolve path
This commit is contained in:
parent
d9466eb2b9
commit
944a945822
1 changed files with 0 additions and 2 deletions
|
@ -237,8 +237,6 @@ namespace dxvk {
|
|||
iaState.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
|
||||
|
||||
VkPipelineViewportStateCreateInfo vpState = { VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO };
|
||||
vpState.viewportCount = 1;
|
||||
vpState.scissorCount = 1;
|
||||
|
||||
VkPipelineRasterizationStateCreateInfo rsState = { VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO };
|
||||
rsState.depthClampEnable = VK_TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue