pub trait ExtShaderDemoteToHelperInvocationExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION;
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§