pub trait ExtShaderSubgroupVoteExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_SHADER_SUBGROUP_VOTE_EXTENSION;
}
👎Deprecated: deprecated in favor of VK_VERSION_1_1
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_SHADER_SUBGROUP_VOTE_EXTENSION

👎Deprecated: deprecated in favor of VK_VERSION_1_1

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§