From 5e4b1b879545d41af3e93cd181adb0de11ce871d Mon Sep 17 00:00:00 2001 From: msiglreith Date: Sat, 1 Sep 2018 00:02:39 +0200 Subject: [PATCH] Fix command signature uuid --- src/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.rs b/src/device.rs index 5ae6a8017..fc34810b7 100644 --- a/src/device.rs +++ b/src/device.rs @@ -258,7 +258,7 @@ impl Device { self.CreateCommandSignature( &desc, root_signature.as_mut_ptr(), - &d3d12::ID3D12RootSignature::uuidof(), + &d3d12::ID3D12CommandSignature::uuidof(), signature.mut_void(), ) };