[−][src]Trait kas_wgpu::draw::DrawCustom
Allows use of the low-level graphics API
To use this, write an implementation of CustomPipe, then pass the
corresponding CustomPipeBuilder to crate::Toolkit::new_custom.
Allows use of the low-level graphics API
To use this, write an implementation of CustomPipe, then pass the
corresponding CustomPipeBuilder to crate::Toolkit::new_custom.
impl<CW: CustomWindow> DrawCustom<CW> for DrawWindow<CW>[src]