Home
last modified time | relevance | path

Searched refs:timestamp_compute_and_graphics (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/out/
Dautogen.rs9202 timestamp_compute_and_graphics => {
9207 ffi_name: timestamp_compute_and_graphics,
/external/rust/crates/ash/src/vk/
Ddefinitions.rs8258 pub timestamp_compute_and_graphics: Bool32, field
8368 timestamp_compute_and_graphics: Bool32::default(), in default()
8906 pub fn timestamp_compute_and_graphics(mut self, timestamp_compute_and_graphics: bool) -> Self { in timestamp_compute_and_graphics() method
8907 self.inner.timestamp_compute_and_graphics = timestamp_compute_and_graphics.into(); in timestamp_compute_and_graphics()