Home
last modified time | relevance | path

Searched refs:root_signature2 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/vkd3d/vkd3d-1.2/tests/
H A Dd3d12.c16785 ID3D12RootSignature *root_signature, *root_signature2; in test_update_descriptor_tables_after_root_signature_change() local
16880 hr = create_root_signature(context.device, &root_signature_desc, &root_signature2); in test_update_descriptor_tables_after_root_signature_change()
16886 root_signature2, context.render_target_desc.Format, NULL, &ps, NULL); in test_update_descriptor_tables_after_root_signature_change()
16947 ID3D12GraphicsCommandList_SetGraphicsRootSignature(command_list, root_signature2); in test_update_descriptor_tables_after_root_signature_change()
16970 ID3D12GraphicsCommandList_SetGraphicsRootSignature(command_list, root_signature2); in test_update_descriptor_tables_after_root_signature_change()
16993 ID3D12RootSignature_Release(root_signature2); in test_update_descriptor_tables_after_root_signature_change()