Struct libretro_rs::sys::retro_hw_render_callback [−][src]
#[repr(C)]pub struct retro_hw_render_callback {
pub context_type: retro_hw_context_type,
pub context_reset: retro_hw_context_reset_t,
pub get_current_framebuffer: retro_hw_get_current_framebuffer_t,
pub get_proc_address: retro_hw_get_proc_address_t,
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: retro_hw_context_reset_t,
pub debug_context: bool,
}Fields
context_type: retro_hw_context_typecontext_reset: retro_hw_context_reset_tget_current_framebuffer: retro_hw_get_current_framebuffer_tget_proc_address: retro_hw_get_proc_address_tdepth: boolstencil: boolbottom_left_origin: boolversion_major: c_uintversion_minor: c_uintcache_context: boolcontext_destroy: retro_hw_context_reset_tdebug_context: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_hw_render_callback
impl Send for retro_hw_render_callback
impl Sync for retro_hw_render_callback
impl Unpin for retro_hw_render_callback
impl UnwindSafe for retro_hw_render_callback
Blanket Implementations
Mutably borrows from an owned value. Read more