mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
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:
parent
5d794e8e3d
commit
e39afa1ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue