diff options
Diffstat (limited to 'Runtime/GfxDevice/opengles/ExtensionsGLES.h')
-rw-r--r-- | Runtime/GfxDevice/opengles/ExtensionsGLES.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Runtime/GfxDevice/opengles/ExtensionsGLES.h b/Runtime/GfxDevice/opengles/ExtensionsGLES.h new file mode 100644 index 0000000..51de6ad --- /dev/null +++ b/Runtime/GfxDevice/opengles/ExtensionsGLES.h @@ -0,0 +1,9 @@ +#pragma once + +#include "IncludesGLES.h" + +#if GFX_SUPPORTS_OPENGLESXX + +void* GetGLExtProcAddress(const char* name); + +#endif
\ No newline at end of file |