renderer_vulkan: ignore viewport stores on non-supporting drivers

This commit is contained in:
Liam
2023-11-19 11:27:12 -05:00
parent 787552f832
commit 473caaff5b
5 changed files with 11 additions and 1 deletions

View File

@ -43,6 +43,7 @@ struct Profile {
bool support_gl_sparse_textures{};
bool support_gl_derivative_control{};
bool support_scaled_attributes{};
bool support_multi_viewport{};
bool warp_size_potentially_larger_than_guest{};