Home
last modified time | relevance | path

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

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