![]() |
Wise&mystical
1.0
Project about Europe
|
#include "internal.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | setAttrib(a, v) |
Functions | |
GLFWbool | _glfwInitEGL (void) |
void | _glfwTerminateEGL (void) |
GLFWbool | _glfwCreateContextEGL (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
GLFWAPI EGLDisplay | glfwGetEGLDisplay (void) |
GLFWAPI EGLContext | glfwGetEGLContext (GLFWwindow *handle) |
GLFWAPI EGLSurface | glfwGetEGLSurface (GLFWwindow *handle) |
#define setAttrib | ( | a, | |
v | |||
) |
Definition at line 496 of file egl_context.c.
GLFWbool _glfwCreateContextEGL | ( | _GLFWwindow * | window, |
const _GLFWctxconfig * | ctxconfig, | ||
const _GLFWfbconfig * | fbconfig | ||
) |
Definition at line 505 of file egl_context.c.
GLFWbool _glfwInitEGL | ( | void | ) |
Definition at line 303 of file egl_context.c.
void _glfwTerminateEGL | ( | void | ) |
GLFWAPI EGLContext glfwGetEGLContext | ( | GLFWwindow * | handle | ) |
GLFWAPI EGLDisplay glfwGetEGLDisplay | ( | void | ) |
Definition at line 813 of file egl_context.c.
GLFWAPI EGLSurface glfwGetEGLSurface | ( | GLFWwindow * | handle | ) |