gstreamer-rs/gstreamer-gl/src/auto/mod.rs

87 lines
2.4 KiB
Rust
Raw Normal View History

2018-11-27 21:52:42 +00:00
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
2019-04-23 14:32:09 +00:00
#[cfg(any(feature = "v1_16", feature = "dox"))]
2018-11-27 21:52:42 +00:00
mod gl_base_filter;
2019-04-23 14:32:09 +00:00
#[cfg(any(feature = "v1_16", feature = "dox"))]
2018-11-27 21:52:42 +00:00
pub use self::gl_base_filter::GLBaseFilterExt;
#[cfg(any(feature = "v1_16", feature = "dox"))]
2020-11-07 10:17:25 +00:00
pub use self::gl_base_filter::{GLBaseFilter, NONE_GL_BASE_FILTER};
2018-11-27 21:52:42 +00:00
mod gl_color_convert;
2020-11-07 10:17:25 +00:00
pub use self::gl_color_convert::GLColorConvert;
2018-11-27 21:52:42 +00:00
mod gl_context;
pub use self::gl_context::GLContextExt;
2020-11-07 10:17:25 +00:00
pub use self::gl_context::{GLContext, NONE_GL_CONTEXT};
2018-11-27 21:52:42 +00:00
mod gl_display;
pub use self::gl_display::GLDisplayExt;
2020-11-07 10:17:25 +00:00
pub use self::gl_display::{GLDisplay, NONE_GL_DISPLAY};
2018-11-27 21:52:42 +00:00
#[cfg(any(feature = "egl", feature = "dox"))]
mod gl_display_egl;
#[cfg(any(feature = "egl", feature = "dox"))]
2020-11-07 10:17:25 +00:00
pub use self::gl_display_egl::GLDisplayEGL;
2018-11-27 21:52:42 +00:00
2019-04-02 14:50:52 +00:00
#[cfg(any(feature = "wayland", feature = "dox"))]
mod gl_display_wayland;
#[cfg(any(feature = "wayland", feature = "dox"))]
2020-11-07 10:17:25 +00:00
pub use self::gl_display_wayland::GLDisplayWayland;
2019-04-02 14:50:52 +00:00
2019-04-02 13:27:37 +00:00
#[cfg(any(feature = "x11", feature = "dox"))]
mod gl_display_x11;
#[cfg(any(feature = "x11", feature = "dox"))]
2020-11-07 10:17:25 +00:00
pub use self::gl_display_x11::GLDisplayX11;
2019-04-02 13:27:37 +00:00
2018-11-27 21:52:42 +00:00
mod gl_framebuffer;
pub use self::gl_framebuffer::GLFramebufferExt;
2020-11-07 10:17:25 +00:00
pub use self::gl_framebuffer::{GLFramebuffer, NONE_GL_FRAMEBUFFER};
2018-11-27 21:52:42 +00:00
mod gl_overlay_compositor;
2020-11-07 10:17:25 +00:00
pub use self::gl_overlay_compositor::GLOverlayCompositor;
2018-11-27 21:52:42 +00:00
mod glsl_stage;
2020-11-07 10:17:25 +00:00
pub use self::glsl_stage::GLSLStage;
2018-11-27 21:52:42 +00:00
mod gl_shader;
2020-11-07 10:17:25 +00:00
pub use self::gl_shader::GLShader;
2018-11-27 21:52:42 +00:00
mod gl_upload;
2020-11-07 10:17:25 +00:00
pub use self::gl_upload::GLUpload;
2018-11-27 21:52:42 +00:00
mod gl_view_convert;
2020-11-07 10:17:25 +00:00
pub use self::gl_view_convert::GLViewConvert;
2018-11-27 21:52:42 +00:00
mod gl_window;
pub use self::gl_window::GLWindowExt;
2020-11-07 10:17:25 +00:00
pub use self::gl_window::{GLWindow, NONE_GL_WINDOW};
2018-11-27 21:52:42 +00:00
mod enums;
pub use self::enums::GLContextError;
pub use self::enums::GLFormat;
pub use self::enums::GLQueryType;
pub use self::enums::GLSLError;
pub use self::enums::GLSLVersion;
pub use self::enums::GLStereoDownmix;
pub use self::enums::GLTextureTarget;
pub use self::enums::GLUploadReturn;
pub use self::enums::GLWindowError;
mod flags;
pub use self::flags::GLDisplayType;
pub use self::flags::GLPlatform;
pub use self::flags::GLSLProfile;
pub use self::flags::GLAPI;
2018-11-27 21:52:42 +00:00
#[doc(hidden)]
pub mod traits {
2019-04-23 14:32:09 +00:00
#[cfg(any(feature = "v1_16", feature = "dox"))]
2018-11-27 21:52:42 +00:00
pub use super::GLBaseFilterExt;
pub use super::GLContextExt;
pub use super::GLDisplayExt;
pub use super::GLFramebufferExt;
pub use super::GLWindowExt;
}