in_texture_get_height

Gets the height of the texture in pixels.

version(IN_DYNLIB)
export extern (C) @nogc
uint
in_texture_get_height

Parameters

obj in_texture_t*

The texture object.

Return Value

Type: uint

The height of the texture in pixels.

Meta