mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
dzn: use ID3D10Blob instead of ID3DBlob
In the C interface, there's no such alias. Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15816>
This commit is contained in:
parent
8c6f50efdb
commit
3ba021cdd0
1 changed files with 1 additions and 1 deletions
|
|
@ -1795,7 +1795,7 @@ dzn_device_create_root_sig(dzn_device *device,
|
|||
{
|
||||
dzn_instance *instance =
|
||||
container_of(device->vk.physical->instance, dzn_instance, vk);
|
||||
ID3DBlob *sig, *error;
|
||||
ID3D10Blob *sig, *error;
|
||||
|
||||
if (FAILED(instance->d3d12.serialize_root_sig(desc,
|
||||
&sig, &error))) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue