Merge pull request #7206 from vonchenplus/fix_vulkan_viewport_issue

Vulkan Rasterizer: Fix viewport issue
This commit is contained in:
Fernando S 2021-10-24 01:53:04 +02:00 committed by GitHub
commit 5299554bb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ void SetupDirtyViewports(Tables& tables) {
FillBlock(tables[0], OFF(viewport_transform), NUM(viewport_transform), Viewports);
FillBlock(tables[0], OFF(viewports), NUM(viewports), Viewports);
tables[0][OFF(viewport_transform_enabled)] = Viewports;
tables[1][OFF(screen_y_control)] = Viewports;
}
void SetupDirtyScissors(Tables& tables) {