#[repr(C)]pub struct PhysicalDeviceNestedCommandBufferFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub nested_command_buffer: u32,
pub nested_command_buffer_rendering: u32,
pub nested_command_buffer_simultaneous_use: u32,
}Expand description
VkPhysicalDeviceNestedCommandBufferFeaturesEXT
Provided by VK_EXT_nested_command_buffer.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_NESTED_COMMAND_BUFFER_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
nested_command_buffer: u32§nested_command_buffer_rendering: u32§nested_command_buffer_simultaneous_use: u32Implementations§
Source§impl PhysicalDeviceNestedCommandBufferFeaturesEXT
impl PhysicalDeviceNestedCommandBufferFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceNestedCommandBufferFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceNestedCommandBufferFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl Clone for PhysicalDeviceNestedCommandBufferFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceNestedCommandBufferFeaturesEXT
fn clone(&self) -> PhysicalDeviceNestedCommandBufferFeaturesEXT
Returns a duplicate 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 PhysicalDeviceNestedCommandBufferFeaturesEXT
impl Default for PhysicalDeviceNestedCommandBufferFeaturesEXT
Source§fn default() -> PhysicalDeviceNestedCommandBufferFeaturesEXT
fn default() -> PhysicalDeviceNestedCommandBufferFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceNestedCommandBufferFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl !Send for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl !Sync for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl Unpin for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceNestedCommandBufferFeaturesEXT
impl UnwindSafe for PhysicalDeviceNestedCommandBufferFeaturesEXT
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