Classes | |
class | juce::OpenGLContext::NativeContext |
struct | juce::OpenGLContext::NativeContext::DummyComponent |
struct | juce::OpenGLContext::NativeContext::Locker |
Namespaces | |
juce | |
Macros | |
#define | JUCE_DECLARE_WGL_EXTENSION_FUNCTION(name, returnType, params) typedef returnType (__stdcall *type_ ## name) params; static type_ ## name name; |
#define | JUCE_INIT_WGL_FUNCTION(name) name = (type_ ## name) OpenGLHelpers::getExtensionFunction (#name); |
Functions | |
ComponentPeer * | juce::createNonRepaintingEmbeddedWindowsPeer (Component &, void *parent) |
#define JUCE_DECLARE_WGL_EXTENSION_FUNCTION | ( | name, | |
returnType, | |||
params | |||
) | typedef returnType (__stdcall *type_ ## name) params; static type_ ## name name; |
#define JUCE_INIT_WGL_FUNCTION | ( | name | ) | name = (type_ ## name) OpenGLHelpers::getExtensionFunction (#name); |