mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-03 14:25:04 +01:00
13 lines
194 B
Java
13 lines
194 B
Java
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
package org.lwjgl.opengl;
|
|
|
|
|
|
public final class SUNSliceAccum {
|
|
public static final int GL_SLICE_ACCUM_SUN = 0x85cc;
|
|
|
|
private SUNSliceAccum() {
|
|
}
|
|
|
|
}
|