gpu: implement CommandEncoder.beginRenderPass

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 21:00:01 -07:00 committed by Stephen Gutekanst
parent 12462d42aa
commit 510c7de9f2
4 changed files with 41 additions and 3 deletions

View file

@ -71,5 +71,8 @@ test "syntax" {
_ = VTable;
_ = reference;
_ = release;
_ = configure;
_ = getCurrentTextureView;
_ = present;
_ = Descriptor;
}