Struct ash::vk::PhysicalDeviceDescriptorBufferFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceDescriptorBufferFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_buffer: Bool32,
pub descriptor_buffer_capture_replay: Bool32,
pub descriptor_buffer_image_layout_ignored: Bool32,
pub descriptor_buffer_push_descriptors: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§descriptor_buffer: Bool32
§descriptor_buffer_capture_replay: Bool32
§descriptor_buffer_image_layout_ignored: Bool32
§descriptor_buffer_push_descriptors: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl<'a> PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
pub fn descriptor_buffer(self, descriptor_buffer: bool) -> Self
pub fn descriptor_buffer_capture_replay( self, descriptor_buffer_capture_replay: bool, ) -> Self
pub fn descriptor_buffer_image_layout_ignored( self, descriptor_buffer_image_layout_ignored: bool, ) -> Self
pub fn descriptor_buffer_push_descriptors( self, descriptor_buffer_push_descriptors: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceDescriptorBufferFeaturesEXT<'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 moresource§impl<'a> Debug for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
source§impl Default for PhysicalDeviceDescriptorBufferFeaturesEXT<'_>
impl Default for PhysicalDeviceDescriptorBufferFeaturesEXT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorBufferFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorBufferFeaturesEXT<'_>
impl Send for PhysicalDeviceDescriptorBufferFeaturesEXT<'_>
impl Sync for PhysicalDeviceDescriptorBufferFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceDescriptorBufferFeaturesEXT<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more