Struct screen_13::prelude::vk::PhysicalDeviceVulkan11Features
source · pub struct PhysicalDeviceVulkan11Features {Show 14 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub storage_buffer16_bit_access: u32,
pub uniform_and_storage_buffer16_bit_access: u32,
pub storage_push_constant16: u32,
pub storage_input_output16: u32,
pub multiview: u32,
pub multiview_geometry_shader: u32,
pub multiview_tessellation_shader: u32,
pub variable_pointers_storage_buffer: u32,
pub variable_pointers: u32,
pub protected_memory: u32,
pub sampler_ycbcr_conversion: u32,
pub shader_draw_parameters: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§storage_buffer16_bit_access: u32§uniform_and_storage_buffer16_bit_access: u32§storage_push_constant16: u32§storage_input_output16: u32§multiview: u32§multiview_geometry_shader: u32§multiview_tessellation_shader: u32§variable_pointers_storage_buffer: u32§variable_pointers: u32§protected_memory: u32§sampler_ycbcr_conversion: u32§shader_draw_parameters: u32Implementations§
source§impl PhysicalDeviceVulkan11Features
impl PhysicalDeviceVulkan11Features
pub fn builder<'a>() -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceVulkan11Features
impl Clone for PhysicalDeviceVulkan11Features
source§fn clone(&self) -> PhysicalDeviceVulkan11Features
fn clone(&self) -> PhysicalDeviceVulkan11Features
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for PhysicalDeviceVulkan11Features
impl Default for PhysicalDeviceVulkan11Features
source§fn default() -> PhysicalDeviceVulkan11Features
fn default() -> PhysicalDeviceVulkan11Features
Returns the “default value” for a type. Read more