Type Alias SetupContextDesc

Source
pub type SetupContextDesc = sg_context_desc;
Expand description

Field of SetupDesc

Aliased Type§

struct SetupContextDesc {
    pub color_format: sg_pixel_format,
    pub depth_format: sg_pixel_format,
    pub sample_count: i32,
    pub gl: sg_gl_context_desc,
    pub metal: sg_metal_context_desc,
    pub d3d11: sg_d3d11_context_desc,
    pub wgpu: sg_wgpu_context_desc,
}

Fields§

§color_format: sg_pixel_format§depth_format: sg_pixel_format§sample_count: i32§gl: sg_gl_context_desc§metal: sg_metal_context_desc§d3d11: sg_d3d11_context_desc§wgpu: sg_wgpu_context_desc