mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-08 01:39:57 +01:00
*** empty log message ***
This commit is contained in:
parent
34f4e7ae56
commit
ef7fea20ab
|
|
@ -44,6 +44,9 @@
|
|||
#include "org_lwjgl_opengl_AWTGLCanvas.h"
|
||||
|
||||
extern bool createARBContextAndPixelFormat(JNIEnv *env, HDC hdc, jobject pixel_format, int *pixel_format_index_return, HGLRC *context_return);
|
||||
extern int findPixelFormatARB(JNIEnv *env, HDC hdc, jobject pixel_format, jobject pixelFormatCaps, bool use_hdc_bpp, bool window, bool pbuffer, bool double_buffer);
|
||||
extern int findPixelFormat(JNIEnv *env, HDC hdc, jobject pixel_format);
|
||||
extern bool applyPixelFormat(HDC hdc, int iPixelFormat);
|
||||
|
||||
/*
|
||||
* Grab the context from the incoming AWTGLCanvas and return it
|
||||
|
|
@ -202,10 +205,6 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_AWTGLCanvas_nDestroyContext
|
|||
JAWT_Win32DrawingSurfaceInfo* dsi_win;
|
||||
jboolean result;
|
||||
HGLRC hglrc;
|
||||
BOOL mcResult;
|
||||
LPVOID lpMsgBuf;
|
||||
jclass cls_AWTGLCanvas;
|
||||
jmethodID mid_doPaint;
|
||||
|
||||
// Get the AWT
|
||||
awt.version = JAWT_VERSION_1_4;
|
||||
|
|
|
|||
Loading…
Reference in a new issue