pub trait HuaweiSubpassShadingExtension: DeviceV1_0 {
    const METADATA: Extension = HUAWEI_SUBPASS_SHADING_EXTENSION;

    // Provided methods
    unsafe fn cmd_subpass_shading_huawei(&self, command_buffer: CommandBuffer) { ... }
    unsafe fn get_device_subpass_shading_max_workgroup_size_huawei(
        &self,
        renderpass: RenderPass
    ) -> VkResult<Extent2D> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = HUAWEI_SUBPASS_SHADING_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§