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 "
13243
+
"the following: %3">;
13244
+
def err_hlsl_semantic_partial_explicit_indexing
13245
+
: Error<"partial explicit stage input location assignment via "
13246
+
"vk::location(X) unsupported">;
13238
13247
13239
13248
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>;
13240
13249
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