pub type PhysicalDevice8BitStorageFeaturesKHR<'a> = PhysicalDevice8BitStorageFeatures<'a>;
Aliased Type§
struct PhysicalDevice8BitStorageFeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub storage_buffer8_bit_access: u32,
pub uniform_and_storage_buffer8_bit_access: u32,
pub storage_push_constant8: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§storage_buffer8_bit_access: u32
§uniform_and_storage_buffer8_bit_access: u32
§storage_push_constant8: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDevice8BitStorageFeatures<'a>
impl<'a> PhysicalDevice8BitStorageFeatures<'a>
pub fn storage_buffer8_bit_access( self, storage_buffer8_bit_access: bool, ) -> Self
pub fn uniform_and_storage_buffer8_bit_access( self, uniform_and_storage_buffer8_bit_access: bool, ) -> Self
pub fn storage_push_constant8(self, storage_push_constant8: bool) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDevice8BitStorageFeatures<'a>
impl<'a> Clone for PhysicalDevice8BitStorageFeatures<'a>
Source§fn clone(&self) -> PhysicalDevice8BitStorageFeatures<'a>
fn clone(&self) -> PhysicalDevice8BitStorageFeatures<'a>
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 more