Struct libretro_sys::HwRenderCallback[][src]

#[repr(C)]
pub struct HwRenderCallback { pub context_type: c_uint, pub context_reset: HwContextResetFn, pub get_current_framebuffer: HwGetCurrentFramebufferFn, pub get_proc_address: HwGetProcAddressFn, pub depth: bool, pub stencil: bool, pub bottom_left_origin: bool, pub version_major: c_uint, pub version_minor: c_uint, pub cache_context: bool, pub context_destroy: HwContextResetFn, pub debug_context: bool, }

Fields

Trait Implementations

impl Clone for HwRenderCallback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HwRenderCallback
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations