RetroArch
Public Attributes | List of all members
retro_camera_callback Struct Reference

#include <libretro.h>

Collaboration diagram for retro_camera_callback:
[legend]

Public Attributes

uint64_t caps
 
unsigned width
 
unsigned height
 
retro_camera_start_t start
 
retro_camera_stop_t stop
 
retro_camera_frame_raw_framebuffer_t frame_raw_framebuffer
 
retro_camera_frame_opengl_texture_t frame_opengl_texture
 
retro_camera_lifetime_status_t initialized
 
retro_camera_lifetime_status_t deinitialized
 

Member Data Documentation

◆ caps

uint64_t retro_camera_callback::caps

◆ deinitialized

retro_camera_lifetime_status_t retro_camera_callback::deinitialized

◆ frame_opengl_texture

retro_camera_frame_opengl_texture_t retro_camera_callback::frame_opengl_texture

◆ frame_raw_framebuffer

retro_camera_frame_raw_framebuffer_t retro_camera_callback::frame_raw_framebuffer

◆ height

unsigned retro_camera_callback::height

◆ initialized

retro_camera_lifetime_status_t retro_camera_callback::initialized

◆ start

retro_camera_start_t retro_camera_callback::start

◆ stop

retro_camera_stop_t retro_camera_callback::stop

◆ width

unsigned retro_camera_callback::width

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