![]() |
Wise&mystical
1.0
Project about Europe
|
Go to the source code of this file.
Classes | |
struct | VkExtensionProperties |
struct | _GLFWerror |
struct | _GLFWinitconfig |
struct | _GLFWwndconfig |
struct | _GLFWctxconfig |
struct | _GLFWfbconfig |
struct | _GLFWcontext |
struct | _GLFWwindow |
struct | _GLFWmonitor |
struct | _GLFWcursor |
struct | _GLFWmapelement |
struct | _GLFWmapping |
struct | _GLFWjoystick |
struct | _GLFWtls |
struct | _GLFWmutex |
struct | _GLFWlibrary |
Variables | |
_GLFWlibrary | _glfw |
#define _GLFW_CONCAT_VERSION | ( | m, | |
n, | |||
r | |||
) | #m "." #n "." #r |
Definition at line 201 of file internal.h.
#define _GLFW_INSERT_FIRST 0 |
Definition at line 51 of file internal.h.
#define _GLFW_INSERT_LAST 1 |
Definition at line 52 of file internal.h.
#define _GLFW_MAKE_VERSION | ( | m, | |
n, | |||
r | |||
) | _GLFW_CONCAT_VERSION(m, n, r) |
Definition at line 202 of file internal.h.
#define _GLFW_MESSAGE_SIZE 1024 |
Definition at line 59 of file internal.h.
#define _GLFW_POLL_ALL (_GLFW_POLL_AXES | _GLFW_POLL_BUTTONS) |
Definition at line 57 of file internal.h.
#define _GLFW_POLL_AXES 1 |
Definition at line 55 of file internal.h.
#define _GLFW_POLL_BUTTONS 2 |
Definition at line 56 of file internal.h.
#define _GLFW_POLL_PRESENCE 0 |
Definition at line 54 of file internal.h.
#define _GLFW_REQUIRE_INIT | ( | ) |
Definition at line 208 of file internal.h.
#define _GLFW_REQUIRE_INIT_OR_RETURN | ( | x | ) |
Definition at line 214 of file internal.h.
#define _GLFW_SWAP_POINTERS | ( | x, | |
y | |||
) |
Definition at line 222 of file internal.h.
#define _GLFW_VERSION_NUMBER |
Definition at line 203 of file internal.h.
#define GL_COLOR_BUFFER_BIT 0x00004000 |
Definition at line 88 of file internal.h.
#define GL_CONTEXT_COMPATIBILITY_PROFILE_BIT 0x00000002 |
Definition at line 96 of file internal.h.
#define GL_CONTEXT_CORE_PROFILE_BIT 0x00000001 |
Definition at line 97 of file internal.h.
#define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 |
Definition at line 94 of file internal.h.
#define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT 0x00000001 |
Definition at line 93 of file internal.h.
#define GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR 0x00000008 |
Definition at line 103 of file internal.h.
#define GL_CONTEXT_FLAGS 0x821e |
Definition at line 92 of file internal.h.
#define GL_CONTEXT_PROFILE_MASK 0x9126 |
Definition at line 95 of file internal.h.
#define GL_CONTEXT_RELEASE_BEHAVIOR 0x82fb |
Definition at line 101 of file internal.h.
#define GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH 0x82fc |
Definition at line 102 of file internal.h.
#define GL_EXTENSIONS 0x1f03 |
Definition at line 90 of file internal.h.
#define GL_LOSE_CONTEXT_ON_RESET_ARB 0x8252 |
Definition at line 99 of file internal.h.
#define GL_NO_RESET_NOTIFICATION_ARB 0x8261 |
Definition at line 100 of file internal.h.
#define GL_NONE 0 |
Definition at line 87 of file internal.h.
#define GL_NUM_EXTENSIONS 0x821d |
Definition at line 91 of file internal.h.
#define GL_RESET_NOTIFICATION_STRATEGY_ARB 0x8256 |
Definition at line 98 of file internal.h.
#define GL_UNSIGNED_BYTE 0x1401 |
Definition at line 89 of file internal.h.
#define GL_VERSION 0x1f02 |
Definition at line 86 of file internal.h.
#define GLFW_INCLUDE_NONE |
Definition at line 48 of file internal.h.
#define VK_NULL_HANDLE 0 |
Definition at line 116 of file internal.h.
#define vkEnumerateInstanceExtensionProperties _glfw.vk.EnumerateInstanceExtensionProperties |
Definition at line 179 of file internal.h.
#define vkGetInstanceProcAddr _glfw.vk.GetInstanceProcAddr |
Definition at line 180 of file internal.h.
typedef struct _GLFWcontext _GLFWcontext |
Definition at line 68 of file internal.h.
typedef struct _GLFWctxconfig _GLFWctxconfig |
Definition at line 66 of file internal.h.
typedef struct _GLFWcursor _GLFWcursor |
Definition at line 72 of file internal.h.
typedef void(* _GLFWdestroycontextfun) (_GLFWwindow *) |
Definition at line 84 of file internal.h.
typedef struct _GLFWerror _GLFWerror |
Definition at line 63 of file internal.h.
typedef int(* _GLFWextensionsupportedfun) (const char *) |
Definition at line 82 of file internal.h.
typedef struct _GLFWfbconfig _GLFWfbconfig |
Definition at line 67 of file internal.h.
typedef GLFWglproc(* _GLFWgetprocaddressfun) (const char *) |
Definition at line 83 of file internal.h.
typedef struct _GLFWinitconfig _GLFWinitconfig |
Definition at line 64 of file internal.h.
typedef struct _GLFWjoystick _GLFWjoystick |
Definition at line 75 of file internal.h.
typedef struct _GLFWlibrary _GLFWlibrary |
Definition at line 70 of file internal.h.
typedef void(* _GLFWmakecontextcurrentfun) (_GLFWwindow *) |
Definition at line 79 of file internal.h.
typedef struct _GLFWmapelement _GLFWmapelement |
Definition at line 73 of file internal.h.
typedef struct _GLFWmapping _GLFWmapping |
Definition at line 74 of file internal.h.
typedef struct _GLFWmonitor _GLFWmonitor |
Definition at line 71 of file internal.h.
typedef struct _GLFWmutex _GLFWmutex |
Definition at line 77 of file internal.h.
typedef void(* _GLFWswapbuffersfun) (_GLFWwindow *) |
Definition at line 80 of file internal.h.
typedef void(* _GLFWswapintervalfun) (int) |
Definition at line 81 of file internal.h.
Definition at line 76 of file internal.h.
typedef struct _GLFWwindow _GLFWwindow |
Definition at line 69 of file internal.h.
typedef struct _GLFWwndconfig _GLFWwndconfig |
Definition at line 65 of file internal.h.
typedef unsigned int GLbitfield |
Definition at line 108 of file internal.h.
typedef unsigned int GLenum |
Definition at line 107 of file internal.h.
typedef int GLFWbool |
Definition at line 61 of file internal.h.
typedef int GLint |
Definition at line 105 of file internal.h.
typedef unsigned char GLubyte |
Definition at line 109 of file internal.h.
typedef unsigned int GLuint |
Definition at line 106 of file internal.h.
typedef VkResult(APIENTRY * PFN_vkEnumerateInstanceExtensionProperties) (const char *, uint32_t *, VkExtensionProperties *) |
Definition at line 178 of file internal.h.
typedef PFN_vkVoidFunction(APIENTRY * PFN_vkGetInstanceProcAddr) (VkInstance, const char *) |
Definition at line 177 of file internal.h.
typedef void(APIENTRY * PFN_vkVoidFunction) (void) |
Definition at line 171 of file internal.h.
typedef void(APIENTRY * PFNGLCLEARPROC) (GLbitfield) |
Definition at line 111 of file internal.h.
Definition at line 113 of file internal.h.
Definition at line 114 of file internal.h.
Definition at line 112 of file internal.h.
typedef struct VkAllocationCallbacks VkAllocationCallbacks |
Definition at line 163 of file internal.h.
Definition at line 122 of file internal.h.
typedef struct VkExtensionProperties VkExtensionProperties |
Definition at line 121 of file internal.h.
typedef void* VkInstance |
Definition at line 118 of file internal.h.
typedef void* VkPhysicalDevice |
Definition at line 119 of file internal.h.
typedef enum VkStructureType VkStructureType |
typedef uint64_t VkSurfaceKHR |
Definition at line 120 of file internal.h.
enum VkResult |
Definition at line 135 of file internal.h.
enum VkStructureType |
Definition at line 124 of file internal.h.
float _glfw_fmaxf | ( | float | a, |
float | b | ||
) |
float _glfw_fminf | ( | float | a, |
float | b | ||
) |
char * _glfw_strdup | ( | const char * | source | ) |
void _glfwAllocGammaArrays | ( | GLFWgammaramp * | ramp, |
unsigned int | size | ||
) |
_GLFWjoystick * _glfwAllocJoystick | ( | const char * | name, |
const char * | guid, | ||
int | axisCount, | ||
int | buttonCount, | ||
int | hatCount | ||
) |
_GLFWmonitor * _glfwAllocMonitor | ( | const char * | name, |
int | widthMM, | ||
int | heightMM | ||
) |
void _glfwCenterCursorInContentArea | ( | _GLFWwindow * | window | ) |
const _GLFWfbconfig * _glfwChooseFBConfig | ( | const _GLFWfbconfig * | desired, |
const _GLFWfbconfig * | alternatives, | ||
unsigned int | count | ||
) |
const GLFWvidmode * _glfwChooseVideoMode | ( | _GLFWmonitor * | monitor, |
const GLFWvidmode * | desired | ||
) |
int _glfwCompareVideoModes | ( | const GLFWvidmode * | first, |
const GLFWvidmode * | second | ||
) |
void _glfwFreeGammaArrays | ( | GLFWgammaramp * | ramp | ) |
void _glfwFreeJoystick | ( | _GLFWjoystick * | js | ) |
void _glfwFreeMonitor | ( | _GLFWmonitor * | monitor | ) |
const char * _glfwGetVulkanResultString | ( | VkResult | result | ) |
GLFWbool _glfwInitVulkan | ( | int | mode | ) |
void _glfwInputChar | ( | _GLFWwindow * | window, |
unsigned int | codepoint, | ||
int | mods, | ||
GLFWbool | plain | ||
) |
void _glfwInputCursorEnter | ( | _GLFWwindow * | window, |
GLFWbool | entered | ||
) |
void _glfwInputCursorPos | ( | _GLFWwindow * | window, |
double | xpos, | ||
double | ypos | ||
) |
void _glfwInputDrop | ( | _GLFWwindow * | window, |
int | count, | ||
const char ** | names | ||
) |
void _glfwInputError | ( | int | code, |
const char * | format, | ||
... | |||
) |
void _glfwInputFramebufferSize | ( | _GLFWwindow * | window, |
int | width, | ||
int | height | ||
) |
void _glfwInputJoystick | ( | _GLFWjoystick * | js, |
int | event | ||
) |
void _glfwInputJoystickAxis | ( | _GLFWjoystick * | js, |
int | axis, | ||
float | value | ||
) |
void _glfwInputJoystickButton | ( | _GLFWjoystick * | js, |
int | button, | ||
char | value | ||
) |
void _glfwInputJoystickHat | ( | _GLFWjoystick * | js, |
int | hat, | ||
char | value | ||
) |
void _glfwInputKey | ( | _GLFWwindow * | window, |
int | key, | ||
int | scancode, | ||
int | action, | ||
int | mods | ||
) |
void _glfwInputMonitor | ( | _GLFWmonitor * | monitor, |
int | action, | ||
int | placement | ||
) |
void _glfwInputMonitorWindow | ( | _GLFWmonitor * | monitor, |
_GLFWwindow * | window | ||
) |
void _glfwInputMouseClick | ( | _GLFWwindow * | window, |
int | button, | ||
int | action, | ||
int | mods | ||
) |
void _glfwInputScroll | ( | _GLFWwindow * | window, |
double | xoffset, | ||
double | yoffset | ||
) |
void _glfwInputWindowCloseRequest | ( | _GLFWwindow * | window | ) |
void _glfwInputWindowContentScale | ( | _GLFWwindow * | window, |
float | xscale, | ||
float | yscale | ||
) |
void _glfwInputWindowDamage | ( | _GLFWwindow * | window | ) |
void _glfwInputWindowFocus | ( | _GLFWwindow * | window, |
GLFWbool | focused | ||
) |
void _glfwInputWindowIconify | ( | _GLFWwindow * | window, |
GLFWbool | iconified | ||
) |
void _glfwInputWindowMaximize | ( | _GLFWwindow * | window, |
GLFWbool | maximized | ||
) |
void _glfwInputWindowMonitor | ( | _GLFWwindow * | window, |
_GLFWmonitor * | monitor | ||
) |
void _glfwInputWindowPos | ( | _GLFWwindow * | window, |
int | xpos, | ||
int | ypos | ||
) |
void _glfwInputWindowSize | ( | _GLFWwindow * | window, |
int | width, | ||
int | height | ||
) |
GLFWbool _glfwIsValidContextConfig | ( | const _GLFWctxconfig * | ctxconfig | ) |
int _glfwPlatformCreateCursor | ( | _GLFWcursor * | cursor, |
const GLFWimage * | image, | ||
int | xhot, | ||
int | yhot | ||
) |
Definition at line 1588 of file cocoa_window.m.
GLFWbool _glfwPlatformCreateMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 74 of file posix_thread.c.
int _glfwPlatformCreateStandardCursor | ( | _GLFWcursor * | cursor, |
int | shape | ||
) |
Definition at line 1632 of file cocoa_window.m.
Definition at line 40 of file posix_thread.c.
int _glfwPlatformCreateWindow | ( | _GLFWwindow * | window, |
const _GLFWwndconfig * | wndconfig, | ||
const _GLFWctxconfig * | ctxconfig, | ||
const _GLFWfbconfig * | fbconfig | ||
) |
Definition at line 899 of file cocoa_window.m.
VkResult _glfwPlatformCreateWindowSurface | ( | VkInstance | instance, |
_GLFWwindow * | window, | ||
const VkAllocationCallbacks * | allocator, | ||
VkSurfaceKHR * | surface | ||
) |
Definition at line 1822 of file cocoa_window.m.
void _glfwPlatformDestroyCursor | ( | _GLFWcursor * | cursor | ) |
void _glfwPlatformDestroyMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 87 of file posix_thread.c.
void _glfwPlatformDestroyTls | ( | _GLFWtls * | tls | ) |
Definition at line 55 of file posix_thread.c.
void _glfwPlatformDestroyWindow | ( | _GLFWwindow * | window | ) |
Definition at line 951 of file cocoa_window.m.
void _glfwPlatformFocusWindow | ( | _GLFWwindow * | window | ) |
Definition at line 1192 of file cocoa_window.m.
int _glfwPlatformFramebufferTransparent | ( | _GLFWwindow * | window | ) |
void _glfwPlatformFreeMonitor | ( | _GLFWmonitor * | monitor | ) |
Definition at line 450 of file cocoa_monitor.m.
const char * _glfwPlatformGetClipboardString | ( | void | ) |
Definition at line 1731 of file cocoa_window.m.
void _glfwPlatformGetCursorPos | ( | _GLFWwindow * | window, |
double * | xpos, | ||
double * | ypos | ||
) |
EGLNativeDisplayType _glfwPlatformGetEGLNativeDisplay | ( | void | ) |
EGLNativeWindowType _glfwPlatformGetEGLNativeWindow | ( | _GLFWwindow * | window | ) |
void _glfwPlatformGetFramebufferSize | ( | _GLFWwindow * | window, |
int * | width, | ||
int * | height | ||
) |
Definition at line 1092 of file cocoa_window.m.
GLFWbool _glfwPlatformGetGammaRamp | ( | _GLFWmonitor * | monitor, |
GLFWgammaramp * | ramp | ||
) |
Definition at line 567 of file cocoa_monitor.m.
int _glfwPlatformGetKeyScancode | ( | int | key | ) |
void _glfwPlatformGetMonitorContentScale | ( | _GLFWmonitor * | monitor, |
float * | xscale, | ||
float * | yscale | ||
) |
Definition at line 468 of file cocoa_monitor.m.
void _glfwPlatformGetMonitorPos | ( | _GLFWmonitor * | monitor, |
int * | xpos, | ||
int * | ypos | ||
) |
void _glfwPlatformGetMonitorWorkarea | ( | _GLFWmonitor * | monitor, |
int * | xpos, | ||
int * | ypos, | ||
int * | width, | ||
int * | height | ||
) |
Definition at line 490 of file cocoa_monitor.m.
int _glfwPlatformGetPhysicalDevicePresentationSupport | ( | VkInstance | instance, |
VkPhysicalDevice | device, | ||
uint32_t | queuefamily | ||
) |
Definition at line 1815 of file cocoa_window.m.
void _glfwPlatformGetRequiredInstanceExtensions | ( | char ** | extensions | ) |
const char * _glfwPlatformGetScancodeName | ( | int | scancode | ) |
Definition at line 1534 of file cocoa_window.m.
uint64_t _glfwPlatformGetTimerFrequency | ( | void | ) |
uint64_t _glfwPlatformGetTimerValue | ( | void | ) |
void * _glfwPlatformGetTls | ( | _GLFWtls * | tls | ) |
const char * _glfwPlatformGetVersionString | ( | void | ) |
void _glfwPlatformGetVideoMode | ( | _GLFWmonitor * | monitor, |
GLFWvidmode * | mode | ||
) |
Definition at line 556 of file cocoa_monitor.m.
GLFWvidmode * _glfwPlatformGetVideoModes | ( | _GLFWmonitor * | monitor, |
int * | count | ||
) |
void _glfwPlatformGetWindowContentScale | ( | _GLFWwindow * | window, |
float * | xscale, | ||
float * | yscale | ||
) |
Definition at line 1130 of file cocoa_window.m.
void _glfwPlatformGetWindowFrameSize | ( | _GLFWwindow * | window, |
int * | left, | ||
int * | top, | ||
int * | right, | ||
int * | bottom | ||
) |
Definition at line 1107 of file cocoa_window.m.
float _glfwPlatformGetWindowOpacity | ( | _GLFWwindow * | window | ) |
Definition at line 1382 of file cocoa_window.m.
void _glfwPlatformGetWindowPos | ( | _GLFWwindow * | window, |
int * | xpos, | ||
int * | ypos | ||
) |
Definition at line 1000 of file cocoa_window.m.
void _glfwPlatformGetWindowSize | ( | _GLFWwindow * | window, |
int * | width, | ||
int * | height | ||
) |
void _glfwPlatformHideWindow | ( | _GLFWwindow * | window | ) |
Definition at line 1178 of file cocoa_window.m.
void _glfwPlatformIconifyWindow | ( | _GLFWwindow * | window | ) |
Definition at line 1146 of file cocoa_window.m.
int _glfwPlatformInit | ( | void | ) |
Definition at line 492 of file cocoa_init.m.
GLFWbool _glfwPlatformInitJoysticks | ( | void | ) |
void _glfwPlatformLockMutex | ( | _GLFWmutex * | mutex | ) |
void _glfwPlatformMaximizeWindow | ( | _GLFWwindow * | window | ) |
Definition at line 1163 of file cocoa_window.m.
void _glfwPlatformPollEvents | ( | void | ) |
Definition at line 1407 of file cocoa_window.m.
int _glfwPlatformPollJoystick | ( | _GLFWjoystick * | js, |
int | mode | ||
) |
Definition at line 402 of file cocoa_joystick.m.
void _glfwPlatformPostEmptyEvent | ( | void | ) |
GLFWbool _glfwPlatformRawMouseMotionSupported | ( | void | ) |
void _glfwPlatformRequestWindowAttention | ( | _GLFWwindow * | window | ) |
Definition at line 1185 of file cocoa_window.m.
void _glfwPlatformRestoreWindow | ( | _GLFWwindow * | window | ) |
Definition at line 1153 of file cocoa_window.m.
void _glfwPlatformSetClipboardString | ( | const char * | string | ) |
Definition at line 1722 of file cocoa_window.m.
void _glfwPlatformSetCursor | ( | _GLFWwindow * | window, |
_GLFWcursor * | cursor | ||
) |
Definition at line 1714 of file cocoa_window.m.
void _glfwPlatformSetCursorMode | ( | _GLFWwindow * | window, |
int | mode | ||
) |
Definition at line 1526 of file cocoa_window.m.
void _glfwPlatformSetCursorPos | ( | _GLFWwindow * | window, |
double | xpos, | ||
double | ypos | ||
) |
Definition at line 1495 of file cocoa_window.m.
void _glfwPlatformSetGammaRamp | ( | _GLFWmonitor * | monitor, |
const GLFWgammaramp * | ramp | ||
) |
Definition at line 596 of file cocoa_monitor.m.
void _glfwPlatformSetRawMouseMotion | ( | _GLFWwindow * | window, |
GLFWbool | enabled | ||
) |
Definition at line 1396 of file cocoa_window.m.
void _glfwPlatformSetTls | ( | _GLFWtls * | tls, |
void * | value | ||
) |
void _glfwPlatformSetWindowAspectRatio | ( | _GLFWwindow * | window, |
int | numer, | ||
int | denom | ||
) |
Definition at line 1082 of file cocoa_window.m.
void _glfwPlatformSetWindowDecorated | ( | _GLFWwindow * | window, |
GLFWbool | enabled | ||
) |
void _glfwPlatformSetWindowFloating | ( | _GLFWwindow * | window, |
GLFWbool | enabled | ||
) |
Definition at line 1365 of file cocoa_window.m.
void _glfwPlatformSetWindowIcon | ( | _GLFWwindow * | window, |
int | count, | ||
const GLFWimage * | images | ||
) |
Definition at line 993 of file cocoa_window.m.
void _glfwPlatformSetWindowMonitor | ( | _GLFWwindow * | window, |
_GLFWmonitor * | monitor, | ||
int | xpos, | ||
int | ypos, | ||
int | width, | ||
int | height, | ||
int | refreshRate | ||
) |
Definition at line 1204 of file cocoa_window.m.
void _glfwPlatformSetWindowMousePassthrough | ( | _GLFWwindow * | window, |
GLFWbool | enabled | ||
) |
void _glfwPlatformSetWindowOpacity | ( | _GLFWwindow * | window, |
float | opacity | ||
) |
Definition at line 1389 of file cocoa_window.m.
void _glfwPlatformSetWindowPos | ( | _GLFWwindow * | window, |
int | xpos, | ||
int | ypos | ||
) |
Definition at line 1015 of file cocoa_window.m.
void _glfwPlatformSetWindowResizable | ( | _GLFWwindow * | window, |
GLFWbool | enabled | ||
) |
Definition at line 1350 of file cocoa_window.m.
void _glfwPlatformSetWindowSize | ( | _GLFWwindow * | window, |
int | width, | ||
int | height | ||
) |
Definition at line 1041 of file cocoa_window.m.
void _glfwPlatformSetWindowSizeLimits | ( | _GLFWwindow * | window, |
int | minwidth, | ||
int | minheight, | ||
int | maxwidth, | ||
int | maxheight | ||
) |
Definition at line 1063 of file cocoa_window.m.
void _glfwPlatformSetWindowTitle | ( | _GLFWwindow * | window, |
const char * | title | ||
) |
Definition at line 982 of file cocoa_window.m.
void _glfwPlatformShowWindow | ( | _GLFWwindow * | window | ) |
Definition at line 1171 of file cocoa_window.m.
void _glfwPlatformTerminate | ( | void | ) |
void _glfwPlatformTerminateJoysticks | ( | void | ) |
Definition at line 387 of file cocoa_joystick.m.
void _glfwPlatformUnlockMutex | ( | _GLFWmutex * | mutex | ) |
void _glfwPlatformUpdateGamepadGUID | ( | char * | guid | ) |
Definition at line 472 of file cocoa_joystick.m.
void _glfwPlatformWaitEvents | ( | void | ) |
Definition at line 1426 of file cocoa_window.m.
void _glfwPlatformWaitEventsTimeout | ( | double | timeout | ) |
Definition at line 1444 of file cocoa_window.m.
int _glfwPlatformWindowFocused | ( | _GLFWwindow * | window | ) |
int _glfwPlatformWindowHovered | ( | _GLFWwindow * | window | ) |
Definition at line 1325 of file cocoa_window.m.
int _glfwPlatformWindowIconified | ( | _GLFWwindow * | window | ) |
int _glfwPlatformWindowMaximized | ( | _GLFWwindow * | window | ) |
Definition at line 1318 of file cocoa_window.m.
int _glfwPlatformWindowVisible | ( | _GLFWwindow * | window | ) |
GLFWbool _glfwRefreshContextAttribs | ( | _GLFWwindow * | window, |
const _GLFWctxconfig * | ctxconfig | ||
) |
void _glfwSplitBPP | ( | int | bpp, |
int * | red, | ||
int * | green, | ||
int * | blue | ||
) |
GLFWbool _glfwStringInExtensionString | ( | const char * | string, |
const char * | extensions | ||
) |
void _glfwTerminateVulkan | ( | void | ) |
|
extern |