Skip to content

maxStorageBufferRange limited to 4 GB #1016

@Snektron

Description

@Snektron

Hello,

Plenty of current GPUs have memories exceeding 4 GB, however, in the vulkan specification the maximum size of a shader storage buffer that can be bound to a descriptor is limited to 4 GB because its stored in a uint32_t. Is there a reason for this limitation or is this simply an oversight? Or am i doing something wrong by trying to update a descriptor set with a range bigger than 4 GB?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions