in_texture_get_channels

Gets the channels of the texture.

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

Parameters

obj in_texture_t*

The texture object.

Return Value

Type: uint

The channel count of the texture.

Meta