Unverified Commit d234552c by Greg Fischer Committed by GitHub

Merge pull request #2634 from xantares/patch-1

Dont export inline TObjectReflection::getType()
parents 9431c53c eaf2af64
...@@ -722,7 +722,7 @@ class TObjectReflection { ...@@ -722,7 +722,7 @@ class TObjectReflection {
public: public:
GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pGLDefineType, int pSize, int pIndex); GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pGLDefineType, int pSize, int pIndex);
GLSLANG_EXPORT const TType* getType() const { return type; } const TType* getType() const { return type; }
GLSLANG_EXPORT int getBinding() const; GLSLANG_EXPORT int getBinding() const;
GLSLANG_EXPORT void dump() const; GLSLANG_EXPORT void dump() const;
static TObjectReflection badReflection() { return TObjectReflection(); } static TObjectReflection badReflection() { return TObjectReflection(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment