ash::vk

Type Alias PhysicalDevice16BitStorageFeaturesKHR

Source
pub type PhysicalDevice16BitStorageFeaturesKHR<'a> = PhysicalDevice16BitStorageFeatures<'a>;

Aliased Type§

struct PhysicalDevice16BitStorageFeaturesKHR<'a> {
    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 _marker: PhantomData<&'a ()>,
}

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§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDevice16BitStorageFeatures<'a>

Source

pub fn storage_buffer16_bit_access( self, storage_buffer16_bit_access: bool, ) -> Self

Source

pub fn uniform_and_storage_buffer16_bit_access( self, uniform_and_storage_buffer16_bit_access: bool, ) -> Self

Source

pub fn storage_push_constant16(self, storage_push_constant16: bool) -> Self

Source

pub fn storage_input_output16(self, storage_input_output16: bool) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDevice16BitStorageFeatures<'a>

Source§

fn clone(&self) -> PhysicalDevice16BitStorageFeatures<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for PhysicalDevice16BitStorageFeatures<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PhysicalDevice16BitStorageFeatures<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for PhysicalDevice16BitStorageFeatures<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES

Source§

impl<'a> Copy for PhysicalDevice16BitStorageFeatures<'a>

Source§

impl ExtendsDeviceCreateInfo for PhysicalDevice16BitStorageFeatures<'_>

Source§

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice16BitStorageFeatures<'_>

Source§

impl Send for PhysicalDevice16BitStorageFeatures<'_>

Source§

impl Sync for PhysicalDevice16BitStorageFeatures<'_>