We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f44d commit 861b209Copy full SHA for 861b209
src/webgpu/capability_info.ts
@@ -15,7 +15,7 @@ import { ImageCopyType } from './util/texture/layout.js';
15
// Queries
16
17
/** Maximum number of queries in GPUQuerySet, by spec. */
18
-export const kMaxQueryCount = 8192;
+export const kMaxQueryCount = 4096;
19
/** Per-GPUQueryType info. */
20
export type QueryTypeInfo = {
21
/** Optional feature required to use this GPUQueryType. */
0 commit comments