HLSL: Fix #1445: distance() works on scalars.
This commit is contained in:
parent
56b33196a9
commit
11da9eed5d
3 changed files with 6251 additions and 6232 deletions
|
|
@ -605,7 +605,7 @@ void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, c
|
|||
{ "determinant", "S", "F", "M", "F", EShLangAll, false },
|
||||
{ "DeviceMemoryBarrier", nullptr, nullptr, "-", "-", EShLangPSCS, false },
|
||||
{ "DeviceMemoryBarrierWithGroupSync", nullptr, nullptr, "-", "-", EShLangCS, false },
|
||||
{ "distance", "S", "F", "V,", "F,", EShLangAll, false },
|
||||
{ "distance", "S", "F", "SV,", "F,", EShLangAll, false },
|
||||
{ "dot", "S", nullptr, "SV,", "FI,", EShLangAll, false },
|
||||
{ "dst", nullptr, nullptr, "V4,", "F,", EShLangAll, false },
|
||||
// { "errorf", "-", "-", "", "", EShLangAll, false }, TODO: varargs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue