Struct spirv_cross2::targets::Cpp
source ยท pub struct Cpp;๐Deprecated: This backend is deprecated in SPIRV-Cross.
Expand description
Compile SPIR-V to debuggable C++.
This backend is deprecated but is included here for completion. See the SPIRV-Cross docs for how to debug shaders generated from the C++ backend
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Cpp
impl RefUnwindSafe for Cpp
impl Send for Cpp
impl Sync for Cpp
impl Unpin for Cpp
impl UnwindSafe for Cpp
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more