glfw-d v1.0.1 (2020-08-20T22:17:10Z)
Dub
Repo
_GLFWcontextOSMesa
glfw3
osmesa_context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow __gshared
struct
_GLFWcontextOSMesa {
OSMesaContext
handle
;
int
width
;
int
height
;
void
*
buffer
;
}
Members
Variables
buffer
void
*
buffer
;
Undocumented in source.
handle
OSMesaContext
handle
;
Undocumented in source.
height
int
height
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
glfw3
osmesa_context
aliases
OSMESAproc
OSMesaContext
OSMesaCreateContextAttribs
OSMesaCreateContextExt
OSMesaDestroyContext
OSMesaGetColorBuffer
OSMesaGetDepthBuffer
OSMesaGetProcAddress
OSMesaMakeCurrent
PFN_OSMesaCreateContextAttribs
PFN_OSMesaCreateContextExt
PFN_OSMesaDestroyContext
PFN_OSMesaGetColorBuffer
PFN_OSMesaGetDepthBuffer
PFN_OSMesaGetProcAddress
PFN_OSMesaMakeCurrent
mixin templates
_GLFW_OSMESA_CONTEXT_STATE
_GLFW_OSMESA_LIBRARY_CONTEXT_STATE
static functions
_glfwCreateContextOSMesa
_glfwInitOSMesa
_glfwTerminateOSMesa
extensionSupportedOSMesa
glfwGetOSMesaColorBuffer
glfwGetOSMesaContext
glfwGetOSMesaDepthBuffer
swapBuffersOSMesa
swapIntervalOSMesa
static variables
OSMESA_ACCUM_BITS
OSMESA_COMPAT_PROFILE
OSMESA_CONTEXT_MAJOR_VERSION
OSMESA_CONTEXT_MINOR_VERSION
OSMESA_CORE_PROFILE
OSMESA_DEPTH_BITS
OSMESA_FORMAT
OSMESA_PROFILE
OSMESA_RGBA
OSMESA_STENCIL_BITS
structs
_GLFWcontextOSMesa
_GLFWlibraryOSMesa