#[repr(C)]pub struct VkIndirectExecutionSetShaderInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub shaderCount: u32,
pub pInitialShaders: *const VkShaderEXT,
pub pSetLayoutInfos: *const VkIndirectExecutionSetShaderLayoutInfoEXT,
pub maxShaderCount: u32,
pub pushConstantRangeCount: u32,
pub pPushConstantRanges: *const VkPushConstantRange,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§shaderCount: u32
§pInitialShaders: *const VkShaderEXT
§pSetLayoutInfos: *const VkIndirectExecutionSetShaderLayoutInfoEXT
§maxShaderCount: u32
§pushConstantRangeCount: u32
§pPushConstantRanges: *const VkPushConstantRange
Trait Implementations§
Source§impl Clone for VkIndirectExecutionSetShaderInfoEXT
impl Clone for VkIndirectExecutionSetShaderInfoEXT
Source§fn clone(&self) -> VkIndirectExecutionSetShaderInfoEXT
fn clone(&self) -> VkIndirectExecutionSetShaderInfoEXT
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 moreimpl Copy for VkIndirectExecutionSetShaderInfoEXT
Auto Trait Implementations§
impl Freeze for VkIndirectExecutionSetShaderInfoEXT
impl RefUnwindSafe for VkIndirectExecutionSetShaderInfoEXT
impl !Send for VkIndirectExecutionSetShaderInfoEXT
impl !Sync for VkIndirectExecutionSetShaderInfoEXT
impl Unpin for VkIndirectExecutionSetShaderInfoEXT
impl UnwindSafe for VkIndirectExecutionSetShaderInfoEXT
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