HLSL: Add tests and refine what decorations are passed through per stage/in/out.
This commit is contained in:
parent
bf47286fe7
commit
65ee230f1c
12 changed files with 386 additions and 30 deletions
|
|
@ -410,6 +410,13 @@ public:
|
|||
}
|
||||
|
||||
void clearInterstage()
|
||||
{
|
||||
clearInterpolation();
|
||||
patch = false;
|
||||
sample = false;
|
||||
}
|
||||
|
||||
void clearInterpolation()
|
||||
{
|
||||
centroid = false;
|
||||
smooth = false;
|
||||
|
|
@ -418,8 +425,6 @@ public:
|
|||
#ifdef AMD_EXTENSIONS
|
||||
explicitInterp = false;
|
||||
#endif
|
||||
patch = false;
|
||||
sample = false;
|
||||
}
|
||||
|
||||
void clearMemory()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue