Add more error checks for interpolateAtVertexAMD()
This commit is contained in:
parent
c6c80a6e48
commit
4f5b99e37e
2 changed files with 23 additions and 0 deletions
|
|
@ -508,6 +508,12 @@ public:
|
|||
return flat || smooth || nopersp;
|
||||
#endif
|
||||
}
|
||||
#ifdef AMD_EXTENSIONS
|
||||
bool isExplicitInterpolation() const
|
||||
{
|
||||
return explicitInterp;
|
||||
}
|
||||
#endif
|
||||
bool isAuxiliary() const
|
||||
{
|
||||
return centroid || patch || sample;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue