Home | History | Annotate | Download | only in gles11
      1     // C function void glDispatchComputeIndirect ( GLintptr indirect );
      2 
      3     public static native void glDispatchComputeIndirect(long indirect);
      4 
      5