Added missing fields to RenderPassDescriptor

pull/507/head
Anant Narayan 6 months ago committed by GitHub
parent ff5d4e11a7
commit b065748359
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