mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 00:22:31 +00:00
matrix: Fix a misnamed function prototype
This commit is contained in:
parent
da5e8e2bfc
commit
27d43eecfd
@ -25,7 +25,7 @@ typedef struct math_matrix
|
||||
|
||||
#define MAT_ELEM(mat, r, c) ((mat).data[4 * (c) + (r)])
|
||||
|
||||
void matrix_load_identity(math_matrix *mat);
|
||||
void matrix_identity(math_matrix *mat);
|
||||
void matrix_transpose(math_matrix *out, const math_matrix *in);
|
||||
|
||||
void matrix_rotate_x(math_matrix *mat, float rad);
|
||||
|
Loading…
x
Reference in New Issue
Block a user