Fix WebGPU in non-Debug builds

This commit is contained in:
Wojtek Figat
2026-03-06 14:45:00 +01:00
parent 6fcc963cf6
commit b408a8ce21
6 changed files with 44 additions and 43 deletions

View File

@@ -52,6 +52,8 @@ private:
uint32 _renderPassDirty : 1;
uint32 _pipelineDirty : 1;
uint32 _bindGroupDirty : 1;
uint32 _viewportDirty : 1;
uint32 _scissorRectDirty : 1;
uint32 _vertexBufferDirty : 1;
uint32 _indexBufferDirty : 1;
uint32 _indexBuffer32Bit : 1;