librashader/librashader-runtime-gl/src/options.rs
2022-11-30 01:38:05 -05:00

12 lines
187 B
Rust

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