Trait kas_wgpu::draw::CustomPipeBuilder [−][src]
Builder for a CustomPipe
Associated Types
type Pipe: CustomPipe[src]
Required methods
fn build(
&mut self,
device: &Device,
tex_format: TextureFormat,
depth_format: TextureFormat
) -> Self::Pipe[src]
&mut self,
device: &Device,
tex_format: TextureFormat,
depth_format: TextureFormat
) -> Self::Pipe
Build a pipe
The given texture format and depth format should be used to construct a
compatible wgpu::RenderPipeline.
Implementations on Foreign Types
impl CustomPipeBuilder for ()[src]
A dummy implementation (does nothing)
type Pipe = ()
fn build(
&mut self,
_: &Device,
_: TextureFormat,
_: TextureFormat
) -> Self::Pipe[src]
&mut self,
_: &Device,
_: TextureFormat,
_: TextureFormat
) -> Self::Pipe