Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/pipeline/
Dshader.rs230 pub struct GraphicsEntryPoint<'a> { struct
242 impl<'a> GraphicsEntryPoint<'a> { argument
262 unsafe impl<'a> EntryPointAbstract for GraphicsEntryPoint<'a> { implementation