-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
Describe the solution you'd like
Current inline SPIR-V allows:
- use
vk::ext_decorate_idon a global variable. - use
vk::ext_storage_classon a global variable.
This means we can declare a variable with the Location decoration, and the Input storage class.
Seems to me we should also allow adding vk::location on such globals, as we can already attach a Location to a global, but the ext_decorate_id path is less readable.
Describe alternatives you've considered
Keep as-is, and force users to use the less readable vk::ext_decorate_id version.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status