CamilleLaVey
3 weeks ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_rasterizer.cpp
|
|
|
@ -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; |
|
|
|
} |
|
|
|
|