in_texture_get_width

Gets the width of the texture in pixels.

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

Parameters

obj in_texture_t*

The texture object.

Return Value

Type: uint

The width of the texture in pixels.

Meta