RetroArch
|
Macros | |
#define | STRING(literal) RPixelStrings[literal] = @#literal |
Functions | |
NSUInteger | RPixelFormatToBPP (RPixelFormat format) |
NSString * | NSStringFromRPixelFormat (RPixelFormat format) |
matrix_float4x4 | make_matrix_float4x4 (const float *v) |
matrix_float4x4 | matrix_proj_ortho (float left, float right, float top, float bottom) |
matrix_float4x4 | matrix_rotate_z (float rot) |
Variables | |
static NSString * | RPixelStrings [RPixelFormatCount] |
#define STRING | ( | literal | ) | RPixelStrings[literal] = @#literal |
matrix_float4x4 make_matrix_float4x4 | ( | const float * | v | ) |
matrix_float4x4 matrix_proj_ortho | ( | float | left, |
float | right, | ||
float | top, | ||
float | bottom | ||
) |
matrix_float4x4 matrix_rotate_z | ( | float | rot | ) |
NSString* NSStringFromRPixelFormat | ( | RPixelFormat | format | ) |
NSUInteger RPixelFormatToBPP | ( | RPixelFormat | format | ) |
|
static |