SlotInfo

sg_buffer_info sg_image_info sg_sampler_info sg_shader_info sg_pipeline_info sg_attachments_info

These structs contain various internal resource attributes which might be useful for debug-inspection. Please don't rely on the actual content of those structs too much, as they are quite closely tied to sokol_gfx.h internals and may change more frequently than the other public API elements.

The *_info structs are used as the return values of the following functions:

sg_query_buffer_info() sg_query_image_info() sg_query_sampler_info() sg_query_shader_info() sg_query_pipeline_info() sg_query_pass_info(

extern (C)
struct SlotInfo {}

Members

Variables

res_id
uint res_id;
Undocumented in source.
state
ResourceState state;
Undocumented in source.

Meta