gpu: add VertexBufferLayout.init slice helper

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-16 18:59:52 -07:00
parent e95481db21
commit 8cd2fb3f19
2 changed files with 17 additions and 3 deletions

View file

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