Trait kas_wgpu::draw::CustomWindow [−][src]
Per-window state for a custom draw pipe
One instance is constructed per window. Since the CustomPipe is not
accessible during a widget’s kas::Layout::draw calls, this struct must
batch per-frame draw data.
Associated Types
Loading content...Required methods
fn invoke(&mut self, pass: Pass, rect: Rect, param: Self::Param)[src]
Invoke user-defined custom routine
Custom add-primitives / update function called from user code by
DrawCustom::custom.
Implementations on Foreign Types
impl CustomWindow for ()[src]
A dummy implementation (does nothing)