ash::vk

Type Alias PhysicalDeviceDynamicRenderingFeaturesKHR

Source
pub type PhysicalDeviceDynamicRenderingFeaturesKHR<'a> = PhysicalDeviceDynamicRenderingFeatures<'a>;

Aliased Type§

struct PhysicalDeviceDynamicRenderingFeaturesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub dynamic_rendering: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§dynamic_rendering: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDeviceDynamicRenderingFeatures<'a>

Source

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

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceDynamicRenderingFeatures<'a>

Source§

fn clone(&self) -> PhysicalDeviceDynamicRenderingFeatures<'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 PhysicalDeviceDynamicRenderingFeatures<'a>

Source§

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

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

impl Default for PhysicalDeviceDynamicRenderingFeatures<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PhysicalDeviceDynamicRenderingFeatures<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES

Source§

impl<'a> Copy for PhysicalDeviceDynamicRenderingFeatures<'a>

Source§

impl ExtendsDeviceCreateInfo for PhysicalDeviceDynamicRenderingFeatures<'_>

Source§

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDynamicRenderingFeatures<'_>

Source§

impl Send for PhysicalDeviceDynamicRenderingFeatures<'_>

Source§

impl Sync for PhysicalDeviceDynamicRenderingFeatures<'_>