Struct unity_native_plugin_sys::VkGeneratedCommandsMemoryRequirementsInfoNV [−][src]
#[repr(C)]pub struct VkGeneratedCommandsMemoryRequirementsInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pipelineBindPoint: VkPipelineBindPoint,
pub pipeline: VkPipeline,
pub indirectCommandsLayout: VkIndirectCommandsLayoutNV,
pub maxSequencesCount: u32,
}Fields
sType: VkStructureTypepNext: *const c_voidpipelineBindPoint: VkPipelineBindPointpipeline: VkPipelineindirectCommandsLayout: VkIndirectCommandsLayoutNVmaxSequencesCount: u32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more