mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Recognize enableMinimumPrecision global flag.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
869602cbea
commit
970aafaf55
@@ -3468,7 +3468,7 @@ static void vkd3d_dxbc_compiler_emit_dcl_global_flags(struct vkd3d_dxbc_compiler
|
||||
const struct vkd3d_shader_instruction *instruction)
|
||||
{
|
||||
if (instruction->flags & ~(VKD3DSGF_REFACTORING_ALLOWED | VKD3DSGF_ENABLE_RAW_AND_STRUCTURED_BUFFERS))
|
||||
FIXME("Unrecognized global flags %#x.\n", instruction->flags);
|
||||
FIXME("Unhandled global flags %#x.\n", instruction->flags);
|
||||
else
|
||||
WARN("Unhandled global flags %#x.\n", instruction->flags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user