TextureData.resize

Resizes the texture data, ensuring that if any data is supplied it is updated to fit within the new target size.

struct TextureData
@nogc
void
resize
(
uint width
,
uint height
)

Meta