mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/glfw/glfw: move osmesa_context.h
This commit is contained in:
parent
f6e5d2eca6
commit
214f6094f8
@ -76,7 +76,7 @@ typedef void* id;
|
||||
#include "posix_thread.h"
|
||||
#include "nsgl_context_darwin.h"
|
||||
#include "egl_context.h"
|
||||
#include "./glfw/src/osmesa_context.h"
|
||||
#include "osmesa_context.h"
|
||||
|
||||
#define _glfw_dlopen(name) dlopen(name, RTLD_LAZY | RTLD_LOCAL)
|
||||
#define _glfw_dlclose(handle) dlclose(handle)
|
||||
|
@ -25,6 +25,8 @@
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
//go:build darwin || freebsd || linux || netbsd || openbsd
|
||||
|
||||
#define OSMESA_RGBA 0x1908
|
||||
#define OSMESA_FORMAT 0x22
|
||||
#define OSMESA_DEPTH_BITS 0x30
|
@ -130,7 +130,7 @@ typedef XRenderPictFormat* (* PFN_XRenderFindVisualFormat)(Display*,Visual const
|
||||
#include "xkb_unicode_linbsd.h"
|
||||
#include "glx_context_linbsd.h"
|
||||
#include "egl_context.h"
|
||||
#include "./glfw/src/osmesa_context.h"
|
||||
#include "osmesa_context.h"
|
||||
|
||||
#define _glfw_dlopen(name) dlopen(name, RTLD_LAZY | RTLD_LOCAL)
|
||||
#define _glfw_dlclose(handle) dlclose(handle)
|
||||
|
Loading…
Reference in New Issue
Block a user