blob: 10399a610c3da3bcf707fce55b23a263c3e12a36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#define GL_INVALID_INDEX 0xFFFFFFFFu
#define AL_FLANGER_DEFAULT_FEEDBACK (-0.5f)
typedef unsigned long foo;
int arrayTest(long context, foo * array );
int bufferTest(void * object);
int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5);
int mixedTest(long context, void * object, foo * array );
int doubleTest(long context, void * object1, foo * array1, void * object2, foo * array2 );
|