-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_preload
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Determines whether to load the texture immediately into RAM or wait until the first time it is used in a draw call.
- texid: index of the texture
none: This function has no return values.
// demonstrates telling a given texture to preload itself
texture_preload(mytex);NOTOC
This is number 1