mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radv: enable variableMultisampleRate.
This is only relevant with 0 attachments. In that case we do nothing on subpass switch already, and the pipeline is the authoritative source of the number of samples, so this shouldn't change anything. Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
5589fd89e1
commit
c3f38c8968
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ void radv_GetPhysicalDeviceFeatures(
|
|||
.shaderInt64 = false,
|
||||
.shaderInt16 = false,
|
||||
.sparseBinding = true,
|
||||
.variableMultisampleRate = false,
|
||||
.variableMultisampleRate = true,
|
||||
.inheritedQueries = false,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue