RetroArch
Public Attributes | List of all members
retro_hw_render_callback Struct Reference

#include <libretro.h>

Public Attributes

enum retro_hw_context_type context_type
 
retro_hw_context_reset_t context_reset
 
retro_hw_get_current_framebuffer_t get_current_framebuffer
 
retro_hw_get_proc_address_t get_proc_address
 
bool depth
 
bool stencil
 
bool bottom_left_origin
 
unsigned version_major
 
unsigned version_minor
 
bool cache_context
 
retro_hw_context_reset_t context_destroy
 
bool debug_context
 

Member Data Documentation

◆ bottom_left_origin

bool retro_hw_render_callback::bottom_left_origin

◆ cache_context

bool retro_hw_render_callback::cache_context

◆ context_destroy

retro_hw_context_reset_t retro_hw_render_callback::context_destroy

◆ context_reset

retro_hw_context_reset_t retro_hw_render_callback::context_reset

◆ context_type

enum retro_hw_context_type retro_hw_render_callback::context_type

◆ debug_context

bool retro_hw_render_callback::debug_context

◆ depth

bool retro_hw_render_callback::depth

◆ get_current_framebuffer

retro_hw_get_current_framebuffer_t retro_hw_render_callback::get_current_framebuffer

◆ get_proc_address

retro_hw_get_proc_address_t retro_hw_render_callback::get_proc_address

◆ stencil

bool retro_hw_render_callback::stencil

◆ version_major

unsigned retro_hw_render_callback::version_major

◆ version_minor

unsigned retro_hw_render_callback::version_minor

The documentation for this struct was generated from the following file: