Hotfix
This commit is contained in:
parent
cbde52013e
commit
44637f7202
|
|
@ -1671,7 +1671,7 @@ void RasterizerVulkan::UpdateStencilOp(Tegra::Engines::Maxwell3D::Regs& regs) {
|
|||
}
|
||||
}
|
||||
|
||||
void RasterizerVulkan::UpdateSampleLocations(Maxwell::Regs& regs) {
|
||||
void RasterizerVulkan::UpdateSampleLocations(Maxwell& regs) {
|
||||
if (!device.IsExtSampleLocationsSupported()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue