Fix HelloDepthStencil example

This commit is contained in:
Austin Eng 2017-07-21 18:36:13 -04:00 committed by Austin Eng
parent ccf1fa2330
commit 0c50889bfa
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ void frame() {
.SetStencilReference(0x1)
.SetRenderPipeline(planePipeline)
.SetBindGroup(0, bindGroup[0])
.SetVertexBuffers(0, 1, &planeBuffer, vertexBufferOffsets)
.DrawElements(6, 1, 0, 0)