We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfa63a commit 97e2e38Copy full SHA for 97e2e38
1 file changed
dist/index.d.ts
@@ -3166,6 +3166,10 @@ interface GPUSupportedLimits {
3166
readonly maxComputeWorkgroupSizeY: number;
3167
readonly maxComputeWorkgroupSizeZ: number;
3168
readonly maxComputeWorkgroupsPerDimension: number;
3169
+ readonly maxStorageBuffersInVertexStage?: number;
3170
+ readonly maxStorageBuffersInFragmentStage?: number;
3171
+ readonly maxStorageTexturesInVertexStage?: number;
3172
+ readonly maxStorageTexturesInFragmentStage?: number;
3173
}
3174
3175
declare var GPUSupportedLimits: {
0 commit comments