/** Unsafe version of {@link #glViewportIndexedfv ViewportIndexedfv} */
 @JavadocExclude
 public static void nglViewportIndexedfv(int index, long v) {
   long __functionAddress = getInstance().ViewportIndexedfv;
   GL41.nglViewportIndexedfv(index, v, __functionAddress);
 }