remove unused repr(c)
This commit is contained in:
parent
599b82fc9d
commit
741b38f906
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ struct DirectXGlobalElements {
|
||||||
sampler: [Option<ID3D11SamplerState>; 1],
|
sampler: [Option<ID3D11SamplerState>; 1],
|
||||||
}
|
}
|
||||||
|
|
||||||
#[repr(C)]
|
|
||||||
#[cfg(not(feature = "enable-renderdoc"))]
|
#[cfg(not(feature = "enable-renderdoc"))]
|
||||||
struct DirectComposition {
|
struct DirectComposition {
|
||||||
comp_device: IDCompositionDevice,
|
comp_device: IDCompositionDevice,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue