renderer_vulkan: ignore viewport stores on non-supporting drivers

This commit is contained in:
Liam 2023-11-19 11:27:12 -05:00
parent d0d6abbc21
commit a41e57d968
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{};