mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
matrix.h - fix typo
This commit is contained in:
parent
3d5f839b59
commit
32f749377e
@ -16,7 +16,7 @@
|
|||||||
#ifndef MATH_MATRIX_H__
|
#ifndef MATH_MATRIX_H__
|
||||||
#define MATH_MATRIX_H__
|
#define MATH_MATRIX_H__
|
||||||
|
|
||||||
// Colunm-major matrix (OpenGL-style).
|
// Column-major matrix (OpenGL-style).
|
||||||
// Reimplements functionality from FF OpenGL pipeline to be able to work on GLES 2.0 and modern GL variants.
|
// Reimplements functionality from FF OpenGL pipeline to be able to work on GLES 2.0 and modern GL variants.
|
||||||
typedef struct math_matrix
|
typedef struct math_matrix
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user