Module re_renderer::wgpu_resources::render_pipeline_pool
source · Structs§
- Renderpipeline descriptor, can be converted into [
wgpu::RenderPipeline
] (which isn’t hashable or comparable) - A copy of [
wgpu::VertexBufferLayout
] with a [smallvec
] for the attributes.