extern crate image; use gl; use std::{path, ffi::c_void}; #[derive(Debug)] pub struct Texture { id: u32, location: gl::types::GLenum, ...
確定! 回上一頁