Browse Source

Hotfix

lizzie/evil-meow-meow
CamilleLaVey 6 months ago
committed by lizzie
parent
commit
ad5724ced4
  1. 2
      src/video_core/renderer_vulkan/vk_rasterizer.cpp

2
src/video_core/renderer_vulkan/vk_rasterizer.cpp

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

Loading…
Cancel
Save