/** Unsafe version of {@link #glGetUniformIndices GetUniformIndices} */
 @JavadocExclude
 public static void nglGetUniformIndices(
     int program, int uniformCount, long uniformNames, long uniformIndices) {
   long __functionAddress = getInstance().GetUniformIndices;
   GL31.nglGetUniformIndices(
       program, uniformCount, uniformNames, uniformIndices, __functionAddress);
 }