Texture.setImageData

Sets the texture's image data.

@param imageData The image data @param width The width of the image @param height the height of the image

class Texture
abstract
void
setImageData
(
ubyte[] imageData
,
uint width
,
uint height
)

Meta