Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-dev

This commit is contained in:
Jesse Hall 2013-05-01 02:30:47 +00:00 committed by Android (Google) Code Review
commit cc8f8ad33d
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
{"glGetUniformIndices", "(I[Ljava/lang/String;[II)V", (void *) android_glGetUniformIndices_array },
{"glGetUniformIndices", "(I[Ljava/lang/String;[Ljava/nio/IntBuffer)V", (void *) android_glGetUniformIndices_buffer },
{"glGetUniformIndices", "(I[Ljava/lang/String;Ljava/nio/IntBuffer;)V", (void *) android_glGetUniformIndices_buffer },