Merge pull request #1265 from davidhubbard/master
EShLangFragment falls through to EShLangCompute, only #ifndef AMD_EXTENSIONS.
This commit is contained in:
commit
52e9435ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -6355,8 +6355,8 @@ void TBuiltIns::identifyBuiltIns(int version, EProfile profile, const SpvVersion
|
|||
#ifdef AMD_EXTENSIONS
|
||||
if (profile != EEsProfile)
|
||||
symbolTable.relateToOperator("interpolateAtVertexAMD", EOpInterpolateAtVertex);
|
||||
break;
|
||||
#endif
|
||||
break;
|
||||
|
||||
case EShLangCompute:
|
||||
symbolTable.relateToOperator("memoryBarrierShared", EOpMemoryBarrierShared);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue