summaryrefslogtreecommitdiff
path: root/opengl/tools/glgen/stubs/gles11/glGetBufferPointerv.java
blob: 57338c7d31edce40265c238bf187243178d6a70d (plain)
1
2
3
4
5
6
7
8
9
10
11
    // C function void glGetBufferPointerv ( GLenum target, GLenum pname, GLvoid** params )

    /**
     * The {@link java.nio.Buffer} instance returned by this method is guaranteed
     * to be an instance of {@link java.nio.ByteBuffer}.
     */
    public static native java.nio.Buffer glGetBufferPointerv(
        int target,
        int pname
    );