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 "
13236
13236
"the following: %3">;
13237
+
def err_hlsl_semantic_partial_explicit_indexing
13238
+
: Error<"partial explicit stage input location assignment via "
13239
+
"vk::location(X) unsupported">;
13237
13240
13238
13241
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>;
13239
13242
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