vkd3d-shader/hlsl: Add and use constant node creation helpers.
Compare changes
Files
4+ 21
− 0
@@ -915,6 +915,27 @@ struct hlsl_ir_constant *hlsl_new_constant(struct hlsl_ctx *ctx, struct hlsl_typ
Clean up the last few uses of init_node() outside of hlsl.c.