GHOST/EGL: add GHOST_XrGraphicsBindingOpenGL as friend

This commit is contained in:
Christian Rauch 2021-06-16 23:24:53 +01:00
parent b35ba22d84
commit 87833f8f95
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
#endif
class GHOST_ContextEGL : public GHOST_Context {
/* XR code needs low level graphics data to send to OpenXR. */
friend class GHOST_XrGraphicsBindingOpenGL;
public:
/**
* Constructor.