mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
anv: Advertise variableMultisampleRate
Initially, I didn't understand this feature. Turns out that all it means is that you can switch multisample rates in the middle of a zero-attachment subpass. We've been able to do this since forever. Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
28e410f6a5
commit
bd35345e85
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ void anv_GetPhysicalDeviceFeatures(
|
|||
pdevice->info.has_64bit_types,
|
||||
.shaderInt16 = false,
|
||||
.shaderResourceMinLod = false,
|
||||
.variableMultisampleRate = false,
|
||||
.variableMultisampleRate = true,
|
||||
.inheritedQueries = true,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue