mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04: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:
@@ -258,7 +258,7 @@ impl Device {
|
||||
self.CreateCommandSignature(
|
||||
&desc,
|
||||
root_signature.as_mut_ptr(),
|
||||
&d3d12::ID3D12RootSignature::uuidof(),
|
||||
&d3d12::ID3D12CommandSignature::uuidof(),
|
||||
signature.mut_void(),
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user