texture.create2D#height¶
Summary¶
texture.create2D#height is the decoded image height in pixels. It remains 0 until the asynchronous upload succeeds and is retained across destroy() calls.
Syntax¶
Returns¶
number - Decoded pixel height, or 0 before upload succeeds.