#[repr(C)]pub struct VkGeneratedCommandsInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub shaderStages: VkShaderStageFlags,
pub indirectExecutionSet: VkIndirectExecutionSetEXT,
pub indirectCommandsLayout: VkIndirectCommandsLayoutEXT,
pub indirectAddress: VkDeviceAddress,
pub indirectAddressSize: VkDeviceSize,
pub preprocessAddress: VkDeviceAddress,
pub preprocessSize: VkDeviceSize,
pub maxSequenceCount: u32,
pub sequenceCountAddress: VkDeviceAddress,
pub maxDrawCount: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§shaderStages: VkShaderStageFlags
§indirectExecutionSet: VkIndirectExecutionSetEXT
§indirectCommandsLayout: VkIndirectCommandsLayoutEXT
§indirectAddress: VkDeviceAddress
§indirectAddressSize: VkDeviceSize
§preprocessAddress: VkDeviceAddress
§preprocessSize: VkDeviceSize
§maxSequenceCount: u32
§sequenceCountAddress: VkDeviceAddress
§maxDrawCount: u32
Trait Implementations§
Source§impl Clone for VkGeneratedCommandsInfoEXT
impl Clone for VkGeneratedCommandsInfoEXT
Source§fn clone(&self) -> VkGeneratedCommandsInfoEXT
fn clone(&self) -> VkGeneratedCommandsInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkGeneratedCommandsInfoEXT
impl Default for VkGeneratedCommandsInfoEXT
impl Copy for VkGeneratedCommandsInfoEXT
Auto Trait Implementations§
impl Freeze for VkGeneratedCommandsInfoEXT
impl RefUnwindSafe for VkGeneratedCommandsInfoEXT
impl !Send for VkGeneratedCommandsInfoEXT
impl !Sync for VkGeneratedCommandsInfoEXT
impl Unpin for VkGeneratedCommandsInfoEXT
impl UnwindSafe for VkGeneratedCommandsInfoEXT
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