Trait vulkanalia::vk::KhrPushDescriptorExtension[][src]

pub trait KhrPushDescriptorExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn cmd_push_descriptor_set_khr(
        &self,
        command_buffer: CommandBuffer,
        pipeline_bind_point: PipelineBindPoint,
        layout: PipelineLayout,
        set: u32,
        descriptor_writes: &[impl Cast<Target = WriteDescriptorSet>]
    ) { ... }
unsafe fn cmd_push_descriptor_set_with_template_khr(
        &self,
        command_buffer: CommandBuffer,
        descriptor_update_template: DescriptorUpdateTemplate,
        layout: PipelineLayout,
        set: u32,
        data: &c_void
    ) { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

unsafe fn cmd_push_descriptor_set_khr(
    &self,
    command_buffer: CommandBuffer,
    pipeline_bind_point: PipelineBindPoint,
    layout: PipelineLayout,
    set: u32,
    descriptor_writes: &[impl Cast<Target = WriteDescriptorSet>]
)
[src]

unsafe fn cmd_push_descriptor_set_with_template_khr(
    &self,
    command_buffer: CommandBuffer,
    descriptor_update_template: DescriptorUpdateTemplate,
    layout: PipelineLayout,
    set: u32,
    data: &c_void
)
[src]

Loading content...

Implementors

Loading content...