mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Win32 part of Display/Window merge
This commit is contained in:
parent
84110e9c13
commit
e59ed5d906
10 changed files with 342 additions and 329 deletions
|
|
@ -88,7 +88,7 @@ static void destroyPbuffer(PbufferInfo *buffer_info) {
|
|||
* Method: nCreate
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Pbuffer_nCreate(JNIEnv *env, jclass clazz, jint width, jint height, jobject pixel_format,
|
||||
jobject pixelFormatCaps, jint pixelFormatCapsSize, jobject pBufferAttribs, jint pBufferAttribsSize)
|
||||
jobject pixelFormatCaps, jobject pBufferAttribs)
|
||||
{
|
||||
Display *disp = incDisplay(env);
|
||||
if (disp == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue