in_texture_flip_vertically

Flips the texture's data vertically. Some engines read in a different direction from Inochi2D.

version(IN_DYNLIB)
export extern (C) @nogc
void
in_texture_flip_vertically

Parameters

obj in_texture_t*

The texture object.

Meta