MCPcopy Create free account
hub / github.com/amengede/wgpu / Builder

Class Builder

07-buffer-suballocation/src/renderer_backend/bind_group.rs:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub struct Builder<'a> {
2 entries: Vec<wgpu::BindGroupEntry<'a>>,
3 layout: Option<&'a wgpu::BindGroupLayout>,
4 device: &'a wgpu::Device,
5}
6
7impl<'a> Builder<'a> {
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected