Open
Description
When adding RootSignatureVersion
to the compiler options, it was forgotten to also update setDefaultFlags
here, to set the default values of RootDescriptorFlags
and DescriptorRangeFlags
dependent on the version.
This requires an update to RootSignatureParser
to be given the version and initialize accordingly.
AC:
- Update
RootSignatureParser
to have aVersion
member - Use this version member to correctly invoke
setDefaultFlags
- Update
setDefaultFlags
to initialize the flags correctly from the updated specs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Active