Struct classicube_sys::_GfxData
source ·
[−]#[repr(C)]pub struct _GfxData {
pub MaxTexWidth: c_int,
pub MaxTexHeight: c_int,
pub _unused: f32,
pub LostContext: cc_bool,
pub Mipmaps: cc_bool,
pub ManagedTextures: cc_bool,
pub Created: cc_bool,
pub View: Matrix,
pub Projection: Matrix,
}Fields
MaxTexWidth: c_intMaxTexHeight: c_int_unused: f32LostContext: cc_boolMipmaps: cc_boolManagedTextures: cc_boolCreated: cc_boolView: MatrixProjection: MatrixTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GfxData
impl UnwindSafe for _GfxData
Blanket Implementations
Mutably borrows from an owned value. Read more
