mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-03 14:50:40 +00:00
vk: Fix typo in NVIDIA-specific stencil unresolve path
This commit is contained in:
parent
9b7d5cd1a9
commit
cfd86af460
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ namespace vk
|
||||||
|
|
||||||
static_parameters_width = 3;
|
static_parameters_width = 3;
|
||||||
|
|
||||||
build(false, true, false);
|
build(false, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void get_dynamic_state_entries(std::vector<VkDynamicState>& state_descriptors) override
|
void get_dynamic_state_entries(std::vector<VkDynamicState>& state_descriptors) override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue