vkd3d-shader: Rename the vkd3d_root_descriptor structure to vkd3d_shader_root_descriptor.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet
2020-07-16 14:38:46 +04:30
committed by Alexandre Julliard
parent 270b31a7db
commit 0f5dc67015
2 changed files with 4 additions and 4 deletions

View File

@@ -450,7 +450,7 @@ struct vkd3d_shader_root_constants
unsigned int value_count;
};
struct vkd3d_root_descriptor
struct vkd3d_shader_root_descriptor
{
unsigned int shader_register;
unsigned int register_space;
@@ -474,7 +474,7 @@ struct vkd3d_root_parameter
{
struct vkd3d_shader_root_descriptor_table descriptor_table;
struct vkd3d_shader_root_constants constants;
struct vkd3d_root_descriptor descriptor;
struct vkd3d_shader_root_descriptor descriptor;
} u;
enum vkd3d_shader_visibility shader_visibility;
};