Skip to content
Snippets Groups Projects
Commit 5ea8cad9 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard
Browse files

libs/vkd3d-shader: Avoid UINT.

parent 844c83a8
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ enum vkd3d_decl_usage
struct vkd3d_shader_semantic
{
enum vkd3d_decl_usage usage;
UINT usage_idx;
unsigned int usage_idx;
enum vkd3d_shader_resource_type resource_type;
enum vkd3d_data_type resource_data_type;
struct vkd3d_shader_dst_param reg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment