diff options
| author | Ray <[email protected]> | 2020-02-26 20:47:08 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-26 20:47:08 +0100 |
| commit | fa4e0c1a2645826dde90792e4081cbcbf6784968 (patch) | |
| tree | e43bf9236b64a5dc913d2c7161d29aaf3497797d /src | |
| parent | 10464493391f1b4c7714caf0eb45cc76f0053c1e (diff) | |
| download | raylib-fa4e0c1a2645826dde90792e4081cbcbf6784968.tar.gz raylib-fa4e0c1a2645826dde90792e4081cbcbf6784968.zip | |
Reviewed example
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -588,7 +588,6 @@ RLAPI void ToggleVrMode(void); // Enable/Disable VR exp RLAPI void BeginVrDrawing(void); // Begin VR simulator stereo rendering RLAPI void EndVrDrawing(void); // End VR simulator stereo rendering -RLAPI void TRACELOG(int msgType, const char *text, ...); // Show trace log messages (LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_DEBUG) RLAPI int GetPixelDataSize(int width, int height, int format);// Get pixel data size in bytes (image or texture) #endif |
