1
0
Fork 0
forked from wry/wry

autocommit 2022-04-21 18:40:32 CEST

This commit is contained in:
Julian Orth 2022-04-21 18:40:32 +02:00
parent 32fe8b64ca
commit 436f383cd6
3 changed files with 13 additions and 10 deletions

View file

@ -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,