TextureData.dump

Dumps the image data to the specified file.

struct TextureData
@nogc
void
dump
(
string file
)

Parameters

file string

The file to dump the texture data to.

Meta