derelict.gles.egl

Undocumented in source.

Public Imports

derelict.gles.eglext
public import derelict.gles.eglext, derelict.gles.egltypes;
Undocumented in source.
derelict.gles.egltypes
public import derelict.gles.eglext, derelict.gles.egltypes;
Undocumented in source.

Members

Aliases

__eglMustCastToProperFunctionPointerType
alias __eglMustCastToProperFunctionPointerType = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglBindAPI
alias da_eglBindAPI = EGLBoolean function(EGLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglBindTexImage
alias da_eglBindTexImage = EGLBoolean function(EGLDisplay, EGLSurface, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglChooseConfig
alias da_eglChooseConfig = EGLBoolean function(EGLDisplay, const(EGLint)*, EGLConfig*, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglClientWaitSync
alias da_eglClientWaitSync = EGLint function(EGLDisplay, EGLSync, EGLint, EGLTime)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCopyBuffers
alias da_eglCopyBuffers = EGLBoolean function(EGLDisplay, EGLSurface, EGLNativePixmapType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreateContext
alias da_eglCreateContext = EGLContext function(EGLDisplay, EGLConfig, EGLContext, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreatePbufferFromClientBuffer
alias da_eglCreatePbufferFromClientBuffer = EGLSurface function(EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreatePbufferSurface
alias da_eglCreatePbufferSurface = EGLSurface function(EGLDisplay, EGLConfig, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreatePixmapSurface
alias da_eglCreatePixmapSurface = EGLSurface function(EGLDisplay, EGLConfig, EGLNativePixmapType, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreatePlatformPixmapSurface
alias da_eglCreatePlatformPixmapSurface = EGLSurface function(EGLDisplay, EGLConfig, void*, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreatePlatformWindowSurface
alias da_eglCreatePlatformWindowSurface = EGLSurface function(EGLDisplay, EGLConfig, void*, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreateSync
alias da_eglCreateSync = EGLSync function(EGLDisplay, EGLenum, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglCreateWindowSurface
alias da_eglCreateWindowSurface = EGLSurface function(EGLDisplay, EGLConfig, EGLNativeWindowType, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglDestroyContext
alias da_eglDestroyContext = EGLBoolean function(EGLDisplay, EGLContext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglDestroySurface
alias da_eglDestroySurface = EGLBoolean function(EGLDisplay, EGLSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglDestroySync
alias da_eglDestroySync = EGLBoolean function(EGLDisplay, EGLSync)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetConfigAttrib
alias da_eglGetConfigAttrib = EGLBoolean function(EGLDisplay, EGLConfig, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetConfigs
alias da_eglGetConfigs = EGLBoolean function(EGLDisplay, EGLConfig*, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetCurrentContext
alias da_eglGetCurrentContext = EGLContext function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetCurrentDisplay
alias da_eglGetCurrentDisplay = EGLDisplay function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetCurrentSurface
alias da_eglGetCurrentSurface = EGLSurface function(EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetDisplay
alias da_eglGetDisplay = EGLDisplay function(EGLNativeDisplayType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetError
alias da_eglGetError = EGLint function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetPlatformDisplay
alias da_eglGetPlatformDisplay = EGLDisplay function(EGLenum, void*, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetProcAddress
alias da_eglGetProcAddress = __eglMustCastToProperFunctionPointerType function(const(char)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglGetSyncAttrib
alias da_eglGetSyncAttrib = EGLBoolean function(EGLDisplay, EGLSync, EGLint, EGLAttrib*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglInitialize
alias da_eglInitialize = EGLBoolean function(EGLDisplay, EGLint*, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglMakeCurrent
alias da_eglMakeCurrent = EGLBoolean function(EGLDisplay, EGLSurface, EGLSurface, EGLContext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglQueryAPI
alias da_eglQueryAPI = EGLenum function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglQueryContext
alias da_eglQueryContext = EGLBoolean function(EGLDisplay, EGLContext, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglQueryString
alias da_eglQueryString = const(char)* function(EGLDisplay, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglQuerySurface
alias da_eglQuerySurface = EGLBoolean function(EGLDisplay, EGLSurface, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglReleaseTexImage
alias da_eglReleaseTexImage = EGLBoolean function(EGLDisplay, EGLSurface, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglReleaseThread
alias da_eglReleaseThread = EGLBoolean function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglSurfaceAttrib
alias da_eglSurfaceAttrib = EGLBoolean function(EGLDisplay, EGLSurface, EGLint, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglSwapBuffers
alias da_eglSwapBuffers = EGLBoolean function(EGLDisplay, EGLSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglSwapInterval
alias da_eglSwapInterval = EGLBoolean function(EGLDisplay, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglTerminate
alias da_eglTerminate = EGLBoolean function(EGLDisplay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglWaitClient
alias da_eglWaitClient = EGLBoolean function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglWaitGL
alias da_eglWaitGL = EGLBoolean function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglWaitNative
alias da_eglWaitNative = EGLBoolean function(EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_eglWaitSync
alias da_eglWaitSync = EGLBoolean function(EGLDisplay, EGLSync, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Classes

DerelictEGLLoader
class DerelictEGLLoader
Undocumented in source.

Enums

EGLVersion
enum EGLVersion
Undocumented in source.
EGL_FALSE
anonymousenum EGL_FALSE
Undocumented in source.
EGL_SUCCESS
anonymousenum EGL_SUCCESS
Undocumented in source.

Static variables

DerelictEGL
DerelictEGLLoader DerelictEGL;
Undocumented in source.
EGL_FOREVER
EGLTime EGL_FOREVER;
Undocumented in source.
eglBindAPI
da_eglBindAPI eglBindAPI;
Undocumented in source.
eglBindTexImage
da_eglBindTexImage eglBindTexImage;
Undocumented in source.
eglChooseConfig
da_eglChooseConfig eglChooseConfig;
Undocumented in source.
eglClientWaitSync
da_eglClientWaitSync eglClientWaitSync;
Undocumented in source.
eglCopyBuffers
da_eglCopyBuffers eglCopyBuffers;
Undocumented in source.
eglCreateContext
da_eglCreateContext eglCreateContext;
Undocumented in source.
eglCreatePbufferFromClientBuffer
da_eglCreatePbufferFromClientBuffer eglCreatePbufferFromClientBuffer;
Undocumented in source.
eglCreatePbufferSurface
da_eglCreatePbufferSurface eglCreatePbufferSurface;
Undocumented in source.
eglCreatePixmapSurface
da_eglCreatePixmapSurface eglCreatePixmapSurface;
Undocumented in source.
eglCreatePlatformPixmapSurface
da_eglCreatePlatformPixmapSurface eglCreatePlatformPixmapSurface;
Undocumented in source.
eglCreatePlatformWindowSurface
da_eglCreatePlatformWindowSurface eglCreatePlatformWindowSurface;
Undocumented in source.
eglCreateSync
da_eglCreateSync eglCreateSync;
Undocumented in source.
eglCreateWindowSurface
da_eglCreateWindowSurface eglCreateWindowSurface;
Undocumented in source.
eglDestroyContext
da_eglDestroyContext eglDestroyContext;
Undocumented in source.
eglDestroySurface
da_eglDestroySurface eglDestroySurface;
Undocumented in source.
eglDestroySync
da_eglDestroySync eglDestroySync;
Undocumented in source.
eglGetConfigAttrib
da_eglGetConfigAttrib eglGetConfigAttrib;
Undocumented in source.
eglGetConfigs
da_eglGetConfigs eglGetConfigs;
Undocumented in source.
eglGetCurrentContext
da_eglGetCurrentContext eglGetCurrentContext;
Undocumented in source.
eglGetCurrentDisplay
da_eglGetCurrentDisplay eglGetCurrentDisplay;
Undocumented in source.
eglGetCurrentSurface
da_eglGetCurrentSurface eglGetCurrentSurface;
Undocumented in source.
eglGetDisplay
da_eglGetDisplay eglGetDisplay;
Undocumented in source.
eglGetError
da_eglGetError eglGetError;
Undocumented in source.
eglGetPlatformDisplay
da_eglGetPlatformDisplay eglGetPlatformDisplay;
Undocumented in source.
eglGetProcAddress
da_eglGetProcAddress eglGetProcAddress;
Undocumented in source.
eglGetSyncAttrib
da_eglGetSyncAttrib eglGetSyncAttrib;
Undocumented in source.
eglInitialize
da_eglInitialize eglInitialize;
Undocumented in source.
eglMakeCurrent
da_eglMakeCurrent eglMakeCurrent;
Undocumented in source.
eglQueryAPI
da_eglQueryAPI eglQueryAPI;
Undocumented in source.
eglQueryContext
da_eglQueryContext eglQueryContext;
Undocumented in source.
eglQueryString
da_eglQueryString eglQueryString;
Undocumented in source.
eglQuerySurface
da_eglQuerySurface eglQuerySurface;
Undocumented in source.
eglReleaseTexImage
da_eglReleaseTexImage eglReleaseTexImage;
Undocumented in source.
eglReleaseThread
da_eglReleaseThread eglReleaseThread;
Undocumented in source.
eglSurfaceAttrib
da_eglSurfaceAttrib eglSurfaceAttrib;
Undocumented in source.
eglSwapBuffers
da_eglSwapBuffers eglSwapBuffers;
Undocumented in source.
eglSwapInterval
da_eglSwapInterval eglSwapInterval;
Undocumented in source.
eglTerminate
da_eglTerminate eglTerminate;
Undocumented in source.
eglWaitClient
da_eglWaitClient eglWaitClient;
Undocumented in source.
eglWaitGL
da_eglWaitGL eglWaitGL;
Undocumented in source.
eglWaitNative
da_eglWaitNative eglWaitNative;
Undocumented in source.
eglWaitSync
da_eglWaitSync eglWaitSync;
Undocumented in source.

Variables

EGL_DEFAULT_DISPLAY
enum EGLNativeDisplayType EGL_DEFAULT_DISPLAY;
Undocumented in source.
EGL_DONT_CARE
enum EGLint EGL_DONT_CARE;
Undocumented in source.
EGL_NO_CONTEXT
enum EGLContext EGL_NO_CONTEXT;
Undocumented in source.
EGL_NO_DISPLAY
enum EGLDisplay EGL_NO_DISPLAY;
Undocumented in source.
EGL_NO_SURFACE
enum EGLSurface EGL_NO_SURFACE;
Undocumented in source.
EGL_NO_SYNC
enum EGLSync EGL_NO_SYNC;
Undocumented in source.

Meta