mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changed OpenGLContext to take a native context handle as its sharing context.
This commit is contained in:
parent
a5a4e69f37
commit
68024fb8aa
7 changed files with 20 additions and 26 deletions
|
|
@ -38,7 +38,7 @@ class OpenGLContext::NativeContext
|
|||
public:
|
||||
NativeContext (Component& component_,
|
||||
const OpenGLPixelFormat& pixelFormat,
|
||||
const NativeContext* contextToShareWith)
|
||||
void* /*contextToShareWith*/)
|
||||
: component (component_),
|
||||
isInsideGLCallback (false)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue