mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 08:53:20 +00:00
Fix command signature uuid
This commit is contained in:
parent
0d3487960a
commit
5e4b1b8795
@ -258,7 +258,7 @@ impl Device {
|
|||||||
self.CreateCommandSignature(
|
self.CreateCommandSignature(
|
||||||
&desc,
|
&desc,
|
||||||
root_signature.as_mut_ptr(),
|
root_signature.as_mut_ptr(),
|
||||||
&d3d12::ID3D12RootSignature::uuidof(),
|
&d3d12::ID3D12CommandSignature::uuidof(),
|
||||||
signature.mut_void(),
|
signature.mut_void(),
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user