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

12 lines
185 B
Rust
Raw Normal View History

#[repr(C)]
#[derive(Debug, Clone)]
pub struct FrameOptions {
pub clear_history: bool
}
#[repr(C)]
#[derive(Debug, Clone)]
pub struct FilterChainOptions {
pub gl_version: u16
}