mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Force default majority for resource formats.
This commit is contained in:
committed by
Henri Verbeet
parent
8698874628
commit
ba4027f18e
Notes:
Henri Verbeet
2025-09-04 14:11:02 +02:00
Approved-by: Francisco Casas (@fcasas) Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1699
@@ -8115,7 +8115,7 @@ resource_format:
|
||||
{
|
||||
uint32_t modifiers = $1;
|
||||
|
||||
if (!($$ = apply_type_modifiers(ctx, $2, &modifiers, false, &@1)))
|
||||
if (!($$ = apply_type_modifiers(ctx, $2, &modifiers, true, &@1)))
|
||||
YYABORT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user