30 Jun
2021
30 Jun
'21
2:15 p.m.
On Tue, 29 Jun 2021 at 20:00, Zebediah Figura <zfigura(a)codeweavers.com> wrote:
@@ -1328,72 +1328,52 @@ static struct hlsl_reg hlsl_reg_from_deref(const struct hlsl_deref *deref, const struct bytecode_buffer { struct hlsl_ctx *ctx; - uint32_t *data; - size_t count, size; + char *data; + size_t size, capacity; int status; };
"uint8_t *data;" seems preferable.