| maug
    Quick and dirty C mini-augmentation library. | 
| 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 Functions | |
| (Note that these are not member functions.) | |
| #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. | |