use librashader_runtime::impl_default_frame_options;
impl_default_frame_options!(FrameOptionsGL);
#[repr(C)]
#[derive(Default, Debug, Clone)]
pub struct FilterChainOptionsGL {
pub glsl_version: u16,
pub use_dsa: bool,
pub force_no_mipmaps: bool,
pub disable_cache: bool,
}