Mesa (main): dzn: use ID3D10Blob instead of ID3DBlob

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 19 16:29:45 UTC 2022


Module: Mesa
Branch: main
Commit: 3ba021cdd06a8001184e26c4ce3948771241d7d2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ba021cdd06a8001184e26c4ce3948771241d7d2

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Mar 25 16:29:48 2022 +0100

dzn: use ID3D10Blob instead of ID3DBlob

In the C interface, there's no such alias.

Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15816>

---

 src/microsoft/vulkan/dzn_device.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microsoft/vulkan/dzn_device.cpp b/src/microsoft/vulkan/dzn_device.cpp
index a5caf6571e8..20a35af8655 100644
--- a/src/microsoft/vulkan/dzn_device.cpp
+++ b/src/microsoft/vulkan/dzn_device.cpp
@@ -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))) {



More information about the mesa-commit mailing list