30 lines
682 B
C
30 lines
682 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class assimp_Texture */
|
||
|
|
||
|
#ifndef _Included_assimp_Texture
|
||
|
#define _Included_assimp_Texture
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: assimp_Texture
|
||
|
* Method: _NativeMapColorData
|
||
|
* Signature: (JJ[B)I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_assimp_Texture__1NativeMapColorData
|
||
|
(JNIEnv *, jobject, jlong, jlong, jbyteArray);
|
||
|
|
||
|
/*
|
||
|
* Class: assimp_Texture
|
||
|
* Method: _NativeGetTextureInfo
|
||
|
* Signature: (JJ)J
|
||
|
*/
|
||
|
JNIEXPORT jlong JNICALL Java_assimp_Texture__1NativeGetTextureInfo
|
||
|
(JNIEnv *, jobject, jlong, jlong);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|