Fix vulkan viewport issue

This commit is contained in:
Feng Chen 2021-10-19 16:03:45 +08:00 committed by vonchenplus
parent 4e81b799f1
commit b769bea61b

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) {