gpu: add RenderPassDescriptor.init slice helper

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-16 18:53:41 -07:00
parent 6c9c4c71bb
commit 3ee9f2c18c
2 changed files with 22 additions and 2 deletions

View file

@ -175,6 +175,7 @@ And, to initialize data structures with slices in them, the following helpers ar
* `RenderBundleEncoder.Descriptor.init`
* `Texture.Descriptor.init`
* `ComputePassDescriptor.init`
* `RenderPassDescriptor.init`
### Typed callbacks