librashader/librashader-runtime-d3d11/src/options.rs

12 lines
198 B
Rust
Raw Normal View History

2022-12-01 11:05:12 +11:00
#[repr(C)]
#[derive(Debug, Clone)]
pub struct FrameOptions {
pub clear_history: bool,
}
#[repr(C)]
#[derive(Debug, Clone)]
pub struct FilterChainOptions {
pub use_deferred_context: bool,
}