ImageDesc

snk_image_desc_t

Descriptor struct for snk_make_image(). You must provide at least an sg_view handle. Keeping the sg_sampler handle zero-initialized will select the builtin default sampler which uses linear filtering.

extern (C)
struct ImageDesc {}

Members

Variables

sampler
sg.Sampler sampler;
Undocumented in source.
texture_view
sg.View texture_view;
Undocumented in source.

Meta