remove unused repr(c)

This commit is contained in:
Junkui Zhang 2025-07-29 14:45:28 +08:00
parent 599b82fc9d
commit 741b38f906

View file

@ -79,7 +79,6 @@ struct DirectXGlobalElements {
sampler: [Option<ID3D11SamplerState>; 1],
}
#[repr(C)]
#[cfg(not(feature = "enable-renderdoc"))]
struct DirectComposition {
comp_device: IDCompositionDevice,