This commit is contained in:
CamilleLaVey
2025-12-01 12:59:01 -04:00
committed by Caio Oliveira
parent 6b0b72e034
commit 313e885f7a

View File

@@ -1682,7 +1682,7 @@ void RasterizerVulkan::UpdateStencilOp(Tegra::Engines::Maxwell3D::Regs& regs) {
}
}
void RasterizerVulkan::UpdateSampleLocations(Maxwell::Regs& regs) {
void RasterizerVulkan::UpdateSampleLocations(Maxwell& regs) {
if (!device.IsExtSampleLocationsSupported()) {
return;
}