Skip to content

Add ability to use same buffer in multiple bindings #950

@ilkkasaa

Description

@ilkkasaa

Buffer descriptor offsets and ranges are now supported, so it makes sense to bind one buffer to multiple bindings.
For example the following is not allowed currently:

BIND BUFFER buf0 AS storage DESCRIPTOR_SET 0 BINDING 0
BIND BUFFER buf0 AS storage DESCRIPTOR_SET 0 BINDING 1 DESCRIPTOR_OFFSET 256

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