glfw3.osmesa_context

Translated from C to D

Members

Aliases

OSMESAproc
alias OSMESAproc = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaContext
alias OSMesaContext = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaCreateContextAttribs
alias OSMesaCreateContextAttribs = _glfw.osmesa.CreateContextAttribs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaCreateContextExt
alias OSMesaCreateContextExt = _glfw.osmesa.CreateContextExt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaDestroyContext
alias OSMesaDestroyContext = _glfw.osmesa.DestroyContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaGetColorBuffer
alias OSMesaGetColorBuffer = _glfw.osmesa.GetColorBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaGetDepthBuffer
alias OSMesaGetDepthBuffer = _glfw.osmesa.GetDepthBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaGetProcAddress
alias OSMesaGetProcAddress = _glfw.osmesa.GetProcAddress
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMesaMakeCurrent
alias OSMesaMakeCurrent = _glfw.osmesa.MakeCurrent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_OSMesaCreateContextAttribs
alias PFN_OSMesaCreateContextAttribs = OSMesaContext function(const(int)*, OSMesaContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_OSMesaCreateContextExt
alias PFN_OSMesaCreateContextExt = OSMesaContext function(GLenum, GLint, GLint, GLint, OSMesaContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_OSMesaDestroyContext
alias PFN_OSMesaDestroyContext = void function(OSMesaContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_OSMesaGetColorBuffer
alias PFN_OSMesaGetColorBuffer = int function(OSMesaContext, int*, int*, int*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_OSMesaGetDepthBuffer
alias PFN_OSMesaGetDepthBuffer = int function(OSMesaContext, int*, int*, int*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_OSMesaGetProcAddress
alias PFN_OSMesaGetProcAddress = GLFWglproc function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_OSMesaMakeCurrent
alias PFN_OSMesaMakeCurrent = int function(OSMesaContext, void*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixin templates

_GLFW_OSMESA_CONTEXT_STATE
mixintemplate _GLFW_OSMESA_CONTEXT_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_OSMESA_LIBRARY_CONTEXT_STATE
mixintemplate _GLFW_OSMESA_LIBRARY_CONTEXT_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

_glfwCreateContextOSMesa
GLFWbool _glfwCreateContextOSMesa(_GLFWwindow* window, const(_GLFWctxconfig)* ctxconfig, const(_GLFWfbconfig)* fbconfig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwCreateContextOSMesa
GLFWbool _glfwCreateContextOSMesa(_GLFWwindow* window, const(_GLFWctxconfig)* ctxconfig, const(_GLFWfbconfig)* fbconfig)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwInitOSMesa
GLFWbool _glfwInitOSMesa()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwInitOSMesa
GLFWbool _glfwInitOSMesa()

/////////////////////////////////////////////////////////////////////// /// GLFW internal API ////// ///////////////////////////////////////////////////////////////////////

_glfwTerminateOSMesa
void _glfwTerminateOSMesa()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwTerminateOSMesa
void _glfwTerminateOSMesa()
Undocumented in source. Be warned that the author may not have intended to support it.
extensionSupportedOSMesa
int extensionSupportedOSMesa(const(char)* extension)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwGetOSMesaColorBuffer
int glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width, int* height, int* format, void** buffer)

/////////////////////////////////////////////////////////////////////// /// GLFW native API ////// ///////////////////////////////////////////////////////////////////////

glfwGetOSMesaContext
OSMesaContext glfwGetOSMesaContext(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwGetOSMesaDepthBuffer
int glfwGetOSMesaDepthBuffer(GLFWwindow* handle, int* width, int* height, int* bytesPerValue, void** buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
swapBuffersOSMesa
void swapBuffersOSMesa(_GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
swapIntervalOSMesa
void swapIntervalOSMesa(int interval)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

OSMESA_ACCUM_BITS
enum OSMESA_ACCUM_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_COMPAT_PROFILE
enum OSMESA_COMPAT_PROFILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_CONTEXT_MAJOR_VERSION
enum OSMESA_CONTEXT_MAJOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_CONTEXT_MINOR_VERSION
enum OSMESA_CONTEXT_MINOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_CORE_PROFILE
enum OSMESA_CORE_PROFILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_DEPTH_BITS
enum OSMESA_DEPTH_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_FORMAT
enum OSMESA_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_PROFILE
enum OSMESA_PROFILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_RGBA
enum OSMESA_RGBA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSMESA_STENCIL_BITS
enum OSMESA_STENCIL_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GLFWcontextOSMesa
struct _GLFWcontextOSMesa
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWlibraryOSMesa
struct _GLFWlibraryOSMesa
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta