mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-05 06:00:36 +02:00
radv: remove duplicate initialization of alphaToOne feature
Fixes a GCC warning when compiling with -Wextra: radv_device.c:463:47: warning: initialized field overwritten [-Woverride-init] Signed-off-by: Damien Grassart <damien@grassart.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
d81bd2f754
commit
e25c92a72d
1 changed files with 0 additions and 1 deletions
|
|
@ -465,7 +465,6 @@ void radv_GetPhysicalDeviceFeatures(
|
|||
.shaderFloat64 = true,
|
||||
.shaderInt64 = false,
|
||||
.shaderInt16 = false,
|
||||
.alphaToOne = true,
|
||||
.variableMultisampleRate = false,
|
||||
.inheritedQueries = false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue