mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 15:46:28 +00:00
Fix HelloDepthStencil example
This commit is contained in:
@@ -283,6 +283,7 @@ void frame() {
|
||||
|
||||
.SetStencilReference(0x1)
|
||||
.SetRenderPipeline(planePipeline)
|
||||
.SetBindGroup(0, bindGroup[0])
|
||||
.SetVertexBuffers(0, 1, &planeBuffer, vertexBufferOffsets)
|
||||
.DrawElements(6, 1, 0, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user