mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 02:46:28 +00:00
- created complier flag SUPPORT_DRM_CACHE, to enable triple buffered DRM caching
This commit is contained in:
@@ -299,4 +299,9 @@
|
||||
//------------------------------------------------------------------------------------
|
||||
#define MAX_TRACELOG_MSG_LENGTH 256 // Max length of one trace-log message
|
||||
|
||||
//DRM configuration
|
||||
#if defined(PLATFORM_DRM)
|
||||
//#define SUPPORT_DRM_CACHE 1 //enable triple buffered DRM caching
|
||||
#endif //PLATFORM_DRM
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
Reference in New Issue
Block a user