darek2015/GLTools: Modified version of official ... - GitHub
GLTools is a graphics driver tweaking tool originally for rooted Android that lets you intercept and modify OpenGL ES calls to change rendering behavior, force higher precision, inject texture compression, and emulate different GPU/driver capabilities. A GLTools Magisk module packages that functionality to run systemlessly via Magisk, making it easier to install, update, and remove without modifying the system partition. gltools magisk module
When installed, GLTools injects a library into the system, which acts as a proxy between the app and the OpenGL ES API. This allows the module to intercept and modify OpenGL ES calls, enabling features like: darek2015/GLTools: Modified version of official