Write documentation for new canvas module
This commit is contained in:
parent
570f769744
commit
9c067562fa
17 changed files with 434 additions and 196 deletions
|
|
@ -61,7 +61,7 @@ impl<T> Buffer<T> {
|
|||
impl Pipeline {
|
||||
pub fn new(
|
||||
device: &mut wgpu::Device,
|
||||
antialiasing: Option<settings::MSAA>,
|
||||
antialiasing: Option<settings::Antialiasing>,
|
||||
) -> Pipeline {
|
||||
let constant_layout =
|
||||
device.create_bind_group_layout(&wgpu::BindGroupLayoutDescriptor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue