MSAA is unsupported on Intel+Vulkan+Linux Mesa drivers #7376
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
O-Linux
Specific to the Linux desktop operating system
See https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355, and the Mesa pr that adds support.
The fix is that we need to query for Msaa support (needed anyways for implementing 2x and 8x Msaa), and fall back to no Msaa when it's unsupported.
The text was updated successfully, but these errors were encountered: