Home
last modified time | relevance | path

Searched defs:supported_operations (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ash/src/vk/
Ddefinitions.rs20690 pub supported_operations: SubgroupFeatureFlags, field
20740 pub fn supported_operations(mut self, supported_operations: SubgroupFeatureFlags) -> Self { in supported_operations() method