pub const MAX_GPU_BUFFER_SIZE: u64 = 2_147_483_647;
WebGPU max buffer size limit (2GB - 1 byte, i32::MAX) Most GPUs cap max_storage_buffer_binding_size at this value