in_texture_get_pixels

Gets the pixels of the texture.

version(IN_DYNLIB)
export extern (C) @nogc
void*
in_texture_get_pixels

Parameters

obj in_texture_t*

The texture object.

Return Value

Type: void*

The pixels of the texture.

Meta