vkd3d-shader/hlsl: Write the SM4 dcl_temps instruction.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2021-08-19 18:44:30 -05:00
committed by Alexandre Julliard
parent 62456beeda
commit 40ec063a26
3 changed files with 21 additions and 0 deletions

View File

@@ -469,6 +469,7 @@ struct hlsl_ctx
struct hlsl_vec4 *values;
size_t count, size;
} constant_defs;
uint32_t temp_count;
};
enum hlsl_error_level