Skip to main content

GPUSupportedLimits

The GPUSupportedLimits interface of the WebGPU API describes the limits supported by a GPUAdapter. Available only in secure contexts.

MDN Reference

Properties

maxBindGroups

readonly maxBindGroups: number;

MDN Reference


maxBindGroupsPlusVertexBuffers

readonly maxBindGroupsPlusVertexBuffers: number;

MDN Reference


maxBindingsPerBindGroup

readonly maxBindingsPerBindGroup: number;

MDN Reference


maxBufferSize

readonly maxBufferSize: number;

MDN Reference


maxColorAttachmentBytesPerSample

readonly maxColorAttachmentBytesPerSample: number;

MDN Reference


maxColorAttachments

readonly maxColorAttachments: number;

MDN Reference


maxComputeInvocationsPerWorkgroup

readonly maxComputeInvocationsPerWorkgroup: number;

MDN Reference


maxComputeWorkgroupSizeX

readonly maxComputeWorkgroupSizeX: number;

MDN Reference


maxComputeWorkgroupSizeY

readonly maxComputeWorkgroupSizeY: number;

MDN Reference


maxComputeWorkgroupSizeZ

readonly maxComputeWorkgroupSizeZ: number;

MDN Reference


maxComputeWorkgroupsPerDimension

readonly maxComputeWorkgroupsPerDimension: number;

MDN Reference


maxComputeWorkgroupStorageSize

readonly maxComputeWorkgroupStorageSize: number;

MDN Reference


maxDynamicStorageBuffersPerPipelineLayout

readonly maxDynamicStorageBuffersPerPipelineLayout: number;

MDN Reference


maxDynamicUniformBuffersPerPipelineLayout

readonly maxDynamicUniformBuffersPerPipelineLayout: number;

MDN Reference


maxInterStageShaderVariables

readonly maxInterStageShaderVariables: number;

MDN Reference


maxSampledTexturesPerShaderStage

readonly maxSampledTexturesPerShaderStage: number;

MDN Reference


maxSamplersPerShaderStage

readonly maxSamplersPerShaderStage: number;

MDN Reference


maxStorageBufferBindingSize

readonly maxStorageBufferBindingSize: number;

MDN Reference


maxStorageBuffersPerShaderStage

readonly maxStorageBuffersPerShaderStage: number;

MDN Reference


maxStorageTexturesPerShaderStage

readonly maxStorageTexturesPerShaderStage: number;

MDN Reference


maxTextureArrayLayers

readonly maxTextureArrayLayers: number;

MDN Reference


maxTextureDimension1D

readonly maxTextureDimension1D: number;

MDN Reference


maxTextureDimension2D

readonly maxTextureDimension2D: number;

MDN Reference


maxTextureDimension3D

readonly maxTextureDimension3D: number;

MDN Reference


maxUniformBufferBindingSize

readonly maxUniformBufferBindingSize: number;

MDN Reference


maxUniformBuffersPerShaderStage

readonly maxUniformBuffersPerShaderStage: number;

MDN Reference


maxVertexAttributes

readonly maxVertexAttributes: number;

MDN Reference


maxVertexBufferArrayStride

readonly maxVertexBufferArrayStride: number;

MDN Reference


maxVertexBuffers

readonly maxVertexBuffers: number;

MDN Reference


minStorageBufferOffsetAlignment

readonly minStorageBufferOffsetAlignment: number;

MDN Reference


minUniformBufferOffsetAlignment

readonly minUniformBufferOffsetAlignment: number;

MDN Reference