render: hide graphics API behind traits
This commit is contained in:
parent
d650b3375d
commit
24e410a5b5
40 changed files with 601 additions and 246 deletions
|
|
@ -1,6 +1,4 @@
|
|||
pub use {context::*, framebuffer::*, image::*, texture::*};
|
||||
|
||||
mod context;
|
||||
mod framebuffer;
|
||||
mod image;
|
||||
mod texture;
|
||||
pub(super) mod context;
|
||||
pub(super) mod framebuffer;
|
||||
pub(super) mod image;
|
||||
pub(super) mod texture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue