2022-12-01 11:05:12 +11:00
|
|
|
#[repr(C)]
|
|
|
|
#[derive(Debug, Clone)]
|
2022-12-04 10:32:10 +11:00
|
|
|
pub struct FrameOptionsD3D11 {
|
2022-12-01 11:05:12 +11:00
|
|
|
pub clear_history: bool,
|
|
|
|
}
|
|
|
|
|
|
|
|
#[repr(C)]
|
|
|
|
#[derive(Debug, Clone)]
|
2022-12-04 10:32:10 +11:00
|
|
|
pub struct FilterChainOptionsD3D11 {
|
2022-12-01 11:05:12 +11:00
|
|
|
pub use_deferred_context: bool,
|
|
|
|
}
|