vkd3d-shader: Rename the vkd3d_root_descriptor1 structure to vkd3d_shader_root_descriptor1.

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-17 14:14:24 +04:30
committed by Alexandre Julliard
parent cb9bf177e9
commit f5e39842fa
2 changed files with 5 additions and 5 deletions

View File

@@ -540,7 +540,7 @@ struct vkd3d_shader_root_descriptor_table1
const struct vkd3d_shader_descriptor_range1 *descriptor_ranges;
};
struct vkd3d_root_descriptor1
struct vkd3d_shader_root_descriptor1
{
unsigned int shader_register;
unsigned int register_space;
@@ -554,7 +554,7 @@ struct vkd3d_root_parameter1
{
struct vkd3d_shader_root_descriptor_table1 descriptor_table;
struct vkd3d_shader_root_constants constants;
struct vkd3d_root_descriptor1 descriptor;
struct vkd3d_shader_root_descriptor1 descriptor;
} u;
enum vkd3d_shader_visibility shader_visibility;
};