Skip to content

Allow storage buffer limits beyond i32 max as a native extension #8105

@rcoreilly

Description

@rcoreilly

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions