texture_preload - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
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