mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Rename the vkd3d_root_signature_version enumeration to vkd3d_shader_root_signature_version.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
9366248ed2
commit
0056fc7046
@@ -90,7 +90,7 @@ static void test_vkd3d_shader_pfns(void)
|
||||
|
||||
static const struct vkd3d_versioned_root_signature_desc empty_rs_desc =
|
||||
{
|
||||
.version = VKD3D_ROOT_SIGNATURE_VERSION_1_0,
|
||||
.version = VKD3D_SHADER_ROOT_SIGNATURE_VERSION_1_0,
|
||||
};
|
||||
static const DWORD vs_code[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user