Struct screen_13::prelude::vk::PhysicalDeviceVulkan13Features
source · pub struct PhysicalDeviceVulkan13Features {Show 17 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub robust_image_access: u32,
pub inline_uniform_block: u32,
pub descriptor_binding_inline_uniform_block_update_after_bind: u32,
pub pipeline_creation_cache_control: u32,
pub private_data: u32,
pub shader_demote_to_helper_invocation: u32,
pub shader_terminate_invocation: u32,
pub subgroup_size_control: u32,
pub compute_full_subgroups: u32,
pub synchronization2: u32,
pub texture_compression_astc_hdr: u32,
pub shader_zero_initialize_workgroup_memory: u32,
pub dynamic_rendering: u32,
pub shader_integer_dot_product: u32,
pub maintenance4: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§robust_image_access: u32§inline_uniform_block: u32§descriptor_binding_inline_uniform_block_update_after_bind: u32§pipeline_creation_cache_control: u32§private_data: u32§shader_demote_to_helper_invocation: u32§shader_terminate_invocation: u32§subgroup_size_control: u32§compute_full_subgroups: u32§synchronization2: u32§texture_compression_astc_hdr: u32§shader_zero_initialize_workgroup_memory: u32§dynamic_rendering: u32§shader_integer_dot_product: u32§maintenance4: u32Implementations§
source§impl PhysicalDeviceVulkan13Features
impl PhysicalDeviceVulkan13Features
pub fn builder<'a>() -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceVulkan13Features
impl Clone for PhysicalDeviceVulkan13Features
source§fn clone(&self) -> PhysicalDeviceVulkan13Features
fn clone(&self) -> PhysicalDeviceVulkan13Features
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 PhysicalDeviceVulkan13Features
impl Default for PhysicalDeviceVulkan13Features
source§fn default() -> PhysicalDeviceVulkan13Features
fn default() -> PhysicalDeviceVulkan13Features
Returns the “default value” for a type. Read more