Struct gfx_core::Capabilities [] [src]

pub struct Capabilities {
    pub max_vertex_count: usize,
    pub max_index_count: usize,
    pub max_texture_size: usize,
    pub max_patch_size: usize,
    pub instance_base_supported: bool,
    pub instance_call_supported: bool,
    pub instance_rate_supported: bool,
    pub vertex_base_supported: bool,
    pub srgb_color_supported: bool,
    pub constant_buffer_supported: bool,
    pub unordered_access_view_supported: bool,
    pub separate_blending_slots_supported: bool,
}

Features that the device supports.

Fields

Trait Implementations

impl Copy for Capabilities
[src]

impl Clone for Capabilities
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Capabilities
[src]

Formats the value using the given formatter.