You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: Error<"semantic %0 is unsupported in %2 shaders as %1, requires one of "
13240
13240
"the following: %3">;
13241
+
def err_hlsl_semantic_partial_explicit_indexing
13242
+
: Error<"partial explicit stage input location assignment via "
13243
+
"vk::location(X) unsupported">;
13241
13244
13242
13245
def warn_hlsl_user_defined_type_missing_member: Warning<"binding type '%select{t|u|b|s|c}0' only applies to types containing %select{SRV resources|UAV resources|constant buffer resources|sampler state|numeric types}0">, InGroup<LegacyConstantRegisterBinding>;
13243
13246
def err_hlsl_binding_type_mismatch: Error<"binding type '%select{t|u|b|s|c}0' only applies to %select{SRV resources|UAV resources|constant buffer resources|sampler state|numeric variables in the global scope}0">;
0 commit comments