-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Allow storage buffer limits beyond i32 max as a native extension #8105
Copy link
Copy link
Open
Labels
backend: dx12Issues with DX12 or DXGIIssues with DX12 or DXGIbackend: vulkanIssues with VulkanIssues with Vulkantype: enhancementNew feature or requestNew feature or request
Description
Description
vulkaninfo on my NVIDIA H100 system reports:
maxStorageBufferRange = 4294967295
but the limits in wgpu (via wgpu_native 25.0.2.1) are:
MaxStorageBufferBindingSize = 2147483647
I could really use the larger buffers for my compute shaders...
shouldn't it be getting the same limits as vulkan reports?
Other issues related to large buffers:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backend: dx12Issues with DX12 or DXGIIssues with DX12 or DXGIbackend: vulkanIssues with VulkanIssues with Vulkantype: enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo