mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
vkd3d-shader/dxbc: Pass an unsigned int count to shader_parse_root_parameters1().
This commit is contained in:
parent
04acc52496
commit
69350e1ff0
Notes:
Alexandre Julliard
2024-01-11 23:15:29 +01:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/557
@ -846,7 +846,7 @@ static int shader_parse_root_parameters(struct root_signature_parser_context *co
|
||||
}
|
||||
|
||||
static int shader_parse_root_parameters1(struct root_signature_parser_context *context,
|
||||
uint32_t offset, DWORD count, struct vkd3d_shader_root_parameter1 *parameters)
|
||||
uint32_t offset, unsigned int count, struct vkd3d_shader_root_parameter1 *parameters)
|
||||
{
|
||||
const char *ptr;
|
||||
unsigned int i;
|
||||
|
Loading…
Reference in New Issue
Block a user