Skip to content

vkd3d-shader/spirv: When declaring a CBV initialise the register with the register index range.

Conor McCarthy requested to merge cmccarthy/vkd3d:cb_range into master

It makes sense to use the {id}_{range_first} naming scheme for SRVs, UAVs and samplers too because their registers contain the same info, but just fixing this for now.

Merge request reports

Loading