texture_set_enabled - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets whether or not to enable the use of texturing. Only really needed for debugging purposes to test hardware performance. This will not destroy your textures or throw errors if you still pass textures when drawing, it just doesnt use the textures, it is an OpenGL function.
- enable Whether or not texturing is enabled
none: This function has no return values.
// demonstrates disabling the use of texturing when anything is drawn.
texture_set_enabled(false);
NOTOC
Category:Function:All