Merge pull request #507 from anantnrg/master

Added missing fields to RenderPassDescriptor
pull/512/head
Ben Hansen 5 months ago committed by GitHub
commit b911bee64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -427,6 +427,8 @@ Now we can get to clearing the screen (long time coming). We need to use the `en
},
})],
depth_stencil_attachment: None,
occlusion_query_set: None,
timestamp_writes: None,
});
}

Loading…
Cancel
Save