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: