#[repr(C)]pub struct PhysicalDeviceVulkan11Features {Show 14 fields
pub s_type: StructureType,
pub next: *mut c_void,
pub storage_buffer_16bit_access: Bool32,
pub uniform_and_storage_buffer_16bit_access: Bool32,
pub storage_push_constant16: Bool32,
pub storage_input_output16: Bool32,
pub multiview: Bool32,
pub multiview_geometry_shader: Bool32,
pub multiview_tessellation_shader: Bool32,
pub variable_pointers_storage_buffer: Bool32,
pub variable_pointers: Bool32,
pub protected_memory: Bool32,
pub sampler_ycbcr_conversion: Bool32,
pub shader_draw_parameters: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidstorage_buffer_16bit_access: Bool32uniform_and_storage_buffer_16bit_access: Bool32storage_push_constant16: Bool32storage_input_output16: Bool32multiview: Bool32multiview_geometry_shader: Bool32multiview_tessellation_shader: Bool32variable_pointers_storage_buffer: Bool32variable_pointers: Bool32protected_memory: Bool32sampler_ycbcr_conversion: Bool32shader_draw_parameters: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PhysicalDeviceVulkan11Features
impl !Sync for PhysicalDeviceVulkan11Features
impl Unpin for PhysicalDeviceVulkan11Features
impl UnwindSafe for PhysicalDeviceVulkan11Features
Blanket Implementations
Mutably borrows from an owned value. Read more