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

@ -110,6 +110,7 @@ test "syntax" {
_ = createShaderModule;
_ = nativeCreateSwapChain;
_ = destroy;
_ = createCommandEncoder;
_ = createRenderPipeline;
_ = Descriptor;
_ = LostReason;