-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_get_texel_width
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the width of the given texture in pixels, and returns the result.
- texid, index of the texture
Returns the width of the texture in pixels.
texpwidth = texture_get_pixwidth(tex);Demonstrates getting the width of a texture in pixels. NOTOC
This is number 1