Codebase list lwjgl / debian/2.9.3+dfsg-2 src / native / macosx / org_lwjgl_opengl_MacOSXPbufferPeerInfo.h
debian/2.9.3+dfsg-2

Tree @debian/2.9.3+dfsg-2 (Download .tar.gz)

org_lwjgl_opengl_MacOSXPbufferPeerInfo.h @debian/2.9.3+dfsg-2raw · history · blame

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_MacOSXPbufferPeerInfo */

#ifndef _Included_org_lwjgl_opengl_MacOSXPbufferPeerInfo
#define _Included_org_lwjgl_opengl_MacOSXPbufferPeerInfo
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_lwjgl_opengl_MacOSXPbufferPeerInfo
 * Method:    nCreate
 * Signature: (Ljava/nio/ByteBuffer;II)V
 */
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_MacOSXPbufferPeerInfo_nCreate
  (JNIEnv *, jclass, jobject, jint, jint);

/*
 * Class:     org_lwjgl_opengl_MacOSXPbufferPeerInfo
 * Method:    nDestroy
 * Signature: (Ljava/nio/ByteBuffer;)V
 */
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_MacOSXPbufferPeerInfo_nDestroy
  (JNIEnv *, jclass, jobject);

#ifdef __cplusplus
}
#endif
#endif