j
k
j a
j l
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/hlsl.c:
return 1; } +enum hlsl_regset hlsl_type_get_regset(struct hlsl_ctx *ctx, const struct hlsl_type *type)
return 1;
}
+enum hlsl_regset hlsl_type_get_regset(struct hlsl_ctx *ctx, const struct hlsl_type *type)
Why do you need the context here? You don't seem to use it.
Back to the thread
Back to the list