2005-02-16 13:58:40 +01:00
|
|
|
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
|
|
2004-11-09 22:29:17 +01: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-09 22:29:17 +01:00
|
|
|
|
2005-02-16 13:58:40 +01:00
|
|
|
public final class IBMRasterposClip {
|
|
|
|
|
/**
|
2004-11-09 22:29:17 +01:00
|
|
|
* Accepted by the <target> parameter of Enable and Disable and the <value>
|
|
|
|
|
* parameter of IsEnabled, GetBooleanv, GetIntegerv, GetFloatv, GetDoublev:
|
2005-02-16 13:58:40 +01:00
|
|
|
*/
|
|
|
|
|
public static final int GL_RASTER_POSITION_UNCLIPPED_IBM = 0x19262;
|
2004-11-09 22:29:17 +01:00
|
|
|
|
|
|
|
|
private IBMRasterposClip() {
|
|
|
|
|
}
|
|
|
|
|
|
2005-02-16 13:58:40 +01:00
|
|
|
}
|