diff options
| author | raysan5 <[email protected]> | 2017-07-21 15:25:35 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2017-07-21 15:25:35 +0200 |
| commit | 38d9fcb08ef81cd5a3ab93df825eac7714d03e45 (patch) | |
| tree | adbeb5af253a6b7fcddec539c5d2e0efd677687c /src/rlgl.h | |
| parent | 980d9d4cd4ab941afc53bf8a83ea2a18d28ee4e2 (diff) | |
| download | raylib-38d9fcb08ef81cd5a3ab93df825eac7714d03e45.tar.gz raylib-38d9fcb08ef81cd5a3ab93df825eac7714d03e45.zip | |
Moved some functions to raymath
Exposed some raymath useful functions to raylib API
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -465,7 +465,6 @@ void BeginVrDrawing(void); // Begin VR stereo rende void EndVrDrawing(void); // End VR stereo rendering void TraceLog(int msgType, const char *text, ...); // Show trace log messages (LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_DEBUG) -float *MatrixToFloat(Matrix mat); // Converts Matrix to float array #endif #ifdef __cplusplus |
