librashader-capi 0.1.4

RetroArch shaders for all.
Documentation
1
2
3
4
5
//! C API for the librashader OpenGL Runtime (`libra_gl_*`).

mod filter_chain;
pub use filter_chain::*;
const _: () = crate::assert_thread_safe::<librashader::runtime::gl::FilterChain>();