mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Made all classes final
This commit is contained in:
parent
e2f13953d2
commit
4b1f4cc7d9
94 changed files with 100 additions and 100 deletions
|
|
@ -41,7 +41,7 @@ package org.lwjgl.opengl;
|
|||
|
||||
import java.nio.IntBuffer;
|
||||
|
||||
public class EXTMultiDrawArrays {
|
||||
public final class EXTMultiDrawArrays {
|
||||
public static void glMultiDrawArraysEXT(int mode, IntBuffer piFirst, IntBuffer piCount) {
|
||||
if (piFirst.remaining() != piCount.remaining()) {
|
||||
throw new IllegalArgumentException("piFirst.remaining() != piCount.remaining()");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue