pub trait ExtVertexInputDynamicStateExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION;

    // Provided method
    unsafe fn cmd_set_vertex_input_ext(
        &self,
        command_buffer: CommandBuffer,
        vertex_binding_descriptions: &[impl Cast<Target = VertexInputBindingDescription2EXT>],
        vertex_attribute_descriptions: &[impl Cast<Target = VertexInputAttributeDescription2EXT>]
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§