changes based on feedback
This commit is contained in:
parent
95e2d4ec02
commit
3ae0f58322
8 changed files with 453 additions and 188 deletions
|
|
@ -875,7 +875,7 @@ int TPpContext::CPPextension(TPpToken* ppToken)
|
|||
}
|
||||
|
||||
#ifdef NV_EXTENSIONS
|
||||
if (!parseContext.validateExtensionName(ppToken->loc, extensionName))
|
||||
if (!parseContext.checkShaderStageForNVExtensions(ppToken->loc, extensionName))
|
||||
return token;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue