Based on feedback rename checkShaderStageForNVExtensions to checkExtensionStage
Also continue error checking post requireStage() check
This commit is contained in:
parent
251344f692
commit
80b9872cb4
2 changed files with 6 additions and 18 deletions
|
|
@ -103,9 +103,7 @@ public:
|
|||
virtual void requireSpv(const TSourceLoc&, const char* op);
|
||||
virtual bool checkExtensionsRequested(const TSourceLoc&, int numExtensions, const char* const extensions[], const char* featureDesc);
|
||||
virtual void updateExtensionBehavior(const char* const extension, TExtensionBehavior);
|
||||
#ifdef NV_EXTENSIONS
|
||||
virtual bool checkShaderStageForNVExtensions(const TSourceLoc&, const char* const extension);
|
||||
#endif
|
||||
virtual void checkExtensionStage(const TSourceLoc&, const char* const extension);
|
||||
|
||||
virtual void C_DECL error(const TSourceLoc&, const char* szReason, const char* szToken,
|
||||
const char* szExtraInfoFormat, ...) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue