ContextDesc

sgl_context_desc_t

Describes the initialization parameters of a rendering context. Creating additional contexts is useful if you want to render in separate sokol-gfx passes

Members

Variables

color_format
sg.PixelFormat color_format;
Undocumented in source.
depth_format
sg.PixelFormat depth_format;
Undocumented in source.
max_commands
int max_commands;
Undocumented in source.
max_vertices
int max_vertices;
Undocumented in source.
sample_count
int sample_count;
Undocumented in source.

Meta