mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Merge #2
2: Fix command signature uuid r=msiglreith a=msiglreith Co-authored-by: msiglreith <m.siglreith@gmail.com>
This commit is contained in:
commit
124f9fc100
@ -258,7 +258,7 @@ impl Device {
|
||||
self.CreateCommandSignature(
|
||||
&desc,
|
||||
root_signature.as_mut_ptr(),
|
||||
&d3d12::ID3D12RootSignature::uuidof(),
|
||||
&d3d12::ID3D12CommandSignature::uuidof(),
|
||||
signature.mut_void(),
|
||||
)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user