Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/extensions/ext/
Ddebug_marker.rs61 pub fn fp(&self) -> &vk::ExtDebugMarkerFn { in fp()
/external/rust/crates/ash/src/vk/
Dextensions.rs2206 impl ExtDebugMarkerFn { implementation
2236 pub struct ExtDebugMarkerFn { struct
2243 unsafe impl Send for ExtDebugMarkerFn {} argument
2244 unsafe impl Sync for ExtDebugMarkerFn {} implementation
2245 impl ExtDebugMarkerFn { impl