Package org.lwjgl.opengl
Class APPLEFloatPixels
- java.lang.Object
-
- org.lwjgl.opengl.APPLEFloatPixels
-
public final class APPLEFloatPixels extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ALPHA_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_ALPHA_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_COLOR_FLOAT_APPLE
Accepted by the GetBooleanv:static int
GL_HALF_APPLE
Accepted by the parameters of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:static int
GL_INTENSITY_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_INTENSITY_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_LUMINANCE_ALPHA_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_LUMINANCE_ALPHA_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_LUMINANCE_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_LUMINANCE_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_RGB_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_RGB_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_RGBA_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:static int
GL_RGBA_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:
-
-
-
Field Detail
-
GL_HALF_APPLE
public static final int GL_HALF_APPLE
Accepted by the parameters of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:- See Also:
- Constant Field Values
-
GL_COLOR_FLOAT_APPLE
public static final int GL_COLOR_FLOAT_APPLE
Accepted by the GetBooleanv:- See Also:
- Constant Field Values
-
GL_RGBA_FLOAT32_APPLE
public static final int GL_RGBA_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_RGB_FLOAT32_APPLE
public static final int GL_RGB_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_ALPHA_FLOAT32_APPLE
public static final int GL_ALPHA_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_INTENSITY_FLOAT32_APPLE
public static final int GL_INTENSITY_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_LUMINANCE_FLOAT32_APPLE
public static final int GL_LUMINANCE_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_LUMINANCE_ALPHA_FLOAT32_APPLE
public static final int GL_LUMINANCE_ALPHA_FLOAT32_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_RGBA_FLOAT16_APPLE
public static final int GL_RGBA_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_RGB_FLOAT16_APPLE
public static final int GL_RGB_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_ALPHA_FLOAT16_APPLE
public static final int GL_ALPHA_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_INTENSITY_FLOAT16_APPLE
public static final int GL_INTENSITY_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_LUMINANCE_FLOAT16_APPLE
public static final int GL_LUMINANCE_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
GL_LUMINANCE_ALPHA_FLOAT16_APPLE
public static final int GL_LUMINANCE_ALPHA_FLOAT16_APPLE
Accepted by the parameter of TexImage1D, TexImage2D, and TexImage3D:- See Also:
- Constant Field Values
-
-