pub struct Cpp;๐Deprecated: This backend is deprecated in SPIRV-Cross.
Available on crate feature
cpp only.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