Skip to content

vkd3d-shader/hlsl: Allow modifiers on buffer declarations.

Nikolay Sivov requested to merge nsivov/vkd3d:cb_modifiers into master

Buffers could be used with 'shared' and 'single' modifiers. There is a bit more work left to do to support this - 'shared' needs a compiler flag to enable child effects to be useful, and 'single' is not a keyword.

Merge request reports

Loading