VideoGLTextureUploadMeta.upload
bool upload(uint[] textureId)Uploads the buffer which owns the meta to a specific texture ID.
Parameters
textureId | the texture IDs to upload to |
Returns
true if uploading succeeded, false otherwise.
bool upload(uint[] textureId)Uploads the buffer which owns the meta to a specific texture ID.
textureId | the texture IDs to upload to |