2005-02-15 12:05:36 +01:00
|
|
|
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
|
|
2004-05-18 23:02:55 +02:00
|
|
|
package org.lwjgl.opengl;
|
|
|
|
|
|
2005-05-05 12:02:45 +02:00
|
|
|
import org.lwjgl.LWJGLException;
|
|
|
|
|
import org.lwjgl.BufferChecks;
|
|
|
|
|
import java.nio.*;
|
2004-11-25 23:20:45 +01:00
|
|
|
|
2005-02-15 12:05:36 +01:00
|
|
|
public final class EXTTextureMirrorClamp {
|
|
|
|
|
public static final int GL_MIRROR_CLAMP_EXT = 0x8742;
|
2005-06-29 09:39:28 +02:00
|
|
|
public static final int GL_MIRROR_CLAMP_TO_EDGE_EXT = 0x8743;
|
|
|
|
|
public static final int GL_MIRROR_CLAMP_TO_BORDER_EXT = 0x8912;
|
2004-05-18 23:02:55 +02:00
|
|
|
|
2004-07-31 11:34:09 +02:00
|
|
|
private EXTTextureMirrorClamp() {
|
|
|
|
|
}
|
2005-02-15 12:05:36 +01:00
|
|
|
|
2004-07-31 11:34:09 +02:00
|
|
|
}
|