Fixed dolphin matricies the ugly way
This commit is contained in:
@@ -24,13 +24,12 @@ typedef struct shaderdolphin_s {
|
||||
mat4 view;
|
||||
mat4 proj;
|
||||
mat4 model;
|
||||
mat4 modelView;
|
||||
|
||||
Mtx dolphinProj;
|
||||
Mtx dolphinModelView;
|
||||
|
||||
bool_t isProjectionPerspective;
|
||||
alignas(32) Mtx44 matrixProjection;
|
||||
alignas(32) Mtx matrixView;
|
||||
alignas(32) Mtx matrixModel;
|
||||
alignas(32) Mtx matrixModelView;
|
||||
|
||||
uint_fast8_t dirtyMatrix;
|
||||
} shaderdolphin_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user