Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs21181 pub requires_dedicated_allocation: Bool32, field
21224 pub fn requires_dedicated_allocation(mut self, requires_dedicated_allocation: bool) -> Self { in requires_dedicated_allocation() method