Commit 2afd69d1 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d10: Store the type fields in parse_fx10_type() as uint32_t.

In particular, d3d10_variable_type() takes an integer flags pointer. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent ee01c202
......@@ -1402,7 +1402,7 @@ static D3D10_SHADER_VARIABLE_TYPE d3d10_variable_type(DWORD t, BOOL is_object,
static HRESULT parse_fx10_type(const char *data, size_t data_size, DWORD offset, struct d3d10_effect_type *t)
{
DWORD typeinfo, type_flags, type_kind;
uint32_t typeinfo, type_flags, type_kind;
const char *ptr;
unsigned int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment