-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_set_enabled
hpgDesigns edited this page Aug 8, 2021
·
1 revision
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
This is number 1