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, pub copy_buffer_supported: bool, }
Features that the device supports.
Fields
max_vertex_count: usize
max_index_count: usize
max_texture_size: usize
max_patch_size: usize
instance_base_supported: bool
instance_call_supported: bool
instance_rate_supported: bool
vertex_base_supported: bool
srgb_color_supported: bool
constant_buffer_supported: bool
unordered_access_view_supported: bool
separate_blending_slots_supported: bool
copy_buffer_supported: bool
Trait Implementations
impl Clone for Capabilities
[src]
fn clone(&self) -> Capabilities
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Capabilities
[src]
impl Debug for Capabilities
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Eq for Capabilities
[src]
impl PartialEq for Capabilities
[src]
fn eq(&self, __arg_0: &Capabilities) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Capabilities) -> bool
[src]
This method tests for !=
.