Complete

pub trait Complete: State<Format: IsSetFormat, DepthReadOnly: IsSetDepthReadOnly, StencilReadOnly: IsSetStencilReadOnly> { }

Implementors§

Source§

impl<CS: State<Format: IsSetFormat, DepthReadOnly: IsSetDepthReadOnly, StencilReadOnly: IsSetStencilReadOnly>> Complete for CS