Make initializeGlExtensions protected (#6914)
This commit is contained in:
@@ -142,8 +142,9 @@ protected:
|
||||
} egl;
|
||||
} ext;
|
||||
|
||||
private:
|
||||
void initializeGlExtensions() noexcept;
|
||||
|
||||
private:
|
||||
EGLConfig findSwapChainConfig(uint64_t flags) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user