pub trait HuaweiInvocationMaskExtension: DeviceV1_0 {
    const METADATA: Extension = HUAWEI_INVOCATION_MASK_EXTENSION;

    // Provided method
    unsafe fn cmd_bind_invocation_mask_huawei(
        &self,
        command_buffer: CommandBuffer,
        image_view: ImageView,
        image_layout: ImageLayout
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = HUAWEI_INVOCATION_MASK_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§