Struct ash::extensions::khr::PushDescriptor [−][src]
pub struct PushDescriptor { /* fields omitted */ }
Implementations
pub unsafe fn cmd_push_descriptor_set(
&self,
command_buffer: CommandBuffer,
pipeline_bind_point: PipelineBindPoint,
layout: PipelineLayout,
set: u32,
descriptor_writes: &[WriteDescriptorSet]
)
pub unsafe fn cmd_push_descriptor_set(
&self,
command_buffer: CommandBuffer,
pipeline_bind_point: PipelineBindPoint,
layout: PipelineLayout,
set: u32,
descriptor_writes: &[WriteDescriptorSet]
)
pub unsafe fn cmd_push_descriptor_set_with_template(
&self,
command_buffer: CommandBuffer,
descriptor_update_template: DescriptorUpdateTemplate,
layout: PipelineLayout,
set: u32,
p_data: *const c_void
)
pub unsafe fn cmd_push_descriptor_set_with_template(
&self,
command_buffer: CommandBuffer,
descriptor_update_template: DescriptorUpdateTemplate,
layout: PipelineLayout,
set: u32,
p_data: *const c_void
)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PushDescriptor
impl Send for PushDescriptor
impl Sync for PushDescriptor
impl Unpin for PushDescriptor
impl UnwindSafe for PushDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more