mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Add support for flipping borrowed OpenGL textures vertically (#3205)
Closes #2986 Co-authored-by: Olivier Goffart <olivier.goffart@slint-ui.com>
This commit is contained in:
parent
7ec5b01ff0
commit
0c9199b17f
8 changed files with 151 additions and 23 deletions
|
@ -269,6 +269,8 @@ pub use slint_macros::slint;
|
|||
|
||||
pub use i_slint_core::api::*;
|
||||
pub use i_slint_core::component_factory::ComponentFactory;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use i_slint_core::graphics::{BorrowedOpenGLTextureBuilder, BorrowedOpenGLTextureOrigin};
|
||||
pub use i_slint_core::graphics::{
|
||||
Brush, Color, Image, LoadImageError, Rgb8Pixel, Rgba8Pixel, RgbaColor, SharedPixelBuffer,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue