mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +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(
|
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