maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
RETRO3D_PROJ_ARGS Struct Reference

Data Fields

uint8_t proj
 The desired projection method. Can be RETRO3D_PROJ_ORTHO or RETRO3D_PROJ_FRUSTUM.
 
float rzoom
 
float near_plane
 
float far_plane
 
size_t screen_px_w
 
size_t screen_px_h
 

Related Symbols

(Note that these are not member symbols.)

#define RETRO3D_PROJ_ORTHO   0
 When provided to RETRO3D_PROJ_ARGS::proj, specifies orthographic projection.
 
#define RETRO3D_PROJ_FRUSTUM   1
 When provided to RETRO3D_PROJ_ARGS::proj, specifies frustum projection.
 

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