autocommit 2022-04-21 18:40:32 CEST
This commit is contained in:
parent
32fe8b64ca
commit
436f383cd6
3 changed files with 13 additions and 10 deletions
|
|
@ -2,7 +2,10 @@ use {
|
|||
crate::{
|
||||
format::{Format, XRGB8888},
|
||||
render::{
|
||||
egl::{context::EglContext, display::EglDisplay},
|
||||
egl::{
|
||||
context::EglContext,
|
||||
display::{EglDisplay, EglFormat},
|
||||
},
|
||||
gl::{
|
||||
program::GlProgram, render_buffer::GlRenderBuffer, sys::GLint, texture::GlTexture,
|
||||
},
|
||||
|
|
@ -24,7 +27,6 @@ use {
|
|||
},
|
||||
uapi::ustr,
|
||||
};
|
||||
use crate::render::egl::display::EglFormat;
|
||||
|
||||
pub(super) struct TexProg {
|
||||
pub(super) prog: GlProgram,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue