vkd3d-shader: Add some colour to d3d-asm opcodes.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet
2021-02-16 14:58:27 +01:00
committed by Alexandre Julliard
parent a5f98f2601
commit 6680d9e865
3 changed files with 49 additions and 7 deletions

View File

@@ -920,7 +920,7 @@ static int compile_dxbc_tpf(const struct vkd3d_shader_compile_info *compile_info
if (compile_info->target_type == VKD3D_SHADER_TARGET_D3D_ASM)
{
vkd3d_shader_free_scan_descriptor_info(&scan_descriptor_info);
ret = vkd3d_dxbc_binary_to_text(parser.data, out);
ret = vkd3d_dxbc_binary_to_text(parser.data, compile_info, out);
vkd3d_shader_parser_destroy(&parser);
return ret;
}