Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/extensions/khr/
Dmod.rs45 mod ray_tracing_pipeline; module
/external/rust/crates/ash/src/vk/
Ddefinitions.rs32359 pub ray_tracing_pipeline: Bool32, field
32410 pub fn ray_tracing_pipeline(mut self, ray_tracing_pipeline: bool) -> Self { in ray_tracing_pipeline() method