microsoft: Fixes error: unknown type name ‘boolean’ in nir_to_dxil.c

error message:
../../src/microsoft/compiler/nir_to_dxil.c:1711:8: error: unknown type name ‘boolean’
 1711 | static boolean

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19649>
This commit is contained in:
Yonggang Luo 2022-11-07 13:46:48 +08:00 committed by Marge Bot
parent 5d794e8e3d
commit e39afa1ae8

View file

@ -1708,7 +1708,7 @@ emit_resources(struct ntd_context *ctx)
dxil_get_metadata_node(&ctx->mod, resources_nodes, ARRAY_SIZE(resources_nodes)): NULL;
}
static boolean
static bool
emit_tag(struct ntd_context *ctx, enum dxil_shader_tag tag,
const struct dxil_mdnode *value_node)
{