pub trait ExtShaderSubgroupBallotExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_SHADER_SUBGROUP_BALLOT_EXTENSION;
}
👎Deprecated: deprecated in favor of VK_VERSION_1_2
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_SHADER_SUBGROUP_BALLOT_EXTENSION

👎Deprecated: deprecated in favor of VK_VERSION_1_2

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§