Add LOG_TEST_CASE for writes to constants
This commit is contained in:
parent
136083d72a
commit
b9db301791
|
@ -1822,6 +1822,7 @@ static void OutputHlsl(std::stringstream& hlsl, VSH_IMD_OUTPUT& dest)
|
|||
switch (dest.Type) {
|
||||
case IMD_OUTPUT_C:
|
||||
hlsl << "c[" << dest.Address << "]";
|
||||
LOG_TEST_CASE("Vertex shader writes to constant table");
|
||||
break;
|
||||
case IMD_OUTPUT_R:
|
||||
hlsl << "r" << dest.Address;
|
||||
|
|
Loading…
Reference in New Issue