public final class APPLEFloatPixels
extends java.lang.Object
Modifier and Type | Field and 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:
|
public static final int GL_HALF_APPLE
public static final int GL_COLOR_FLOAT_APPLE
public static final int GL_RGBA_FLOAT32_APPLE
public static final int GL_RGB_FLOAT32_APPLE
public static final int GL_ALPHA_FLOAT32_APPLE
public static final int GL_INTENSITY_FLOAT32_APPLE
public static final int GL_LUMINANCE_FLOAT32_APPLE
public static final int GL_LUMINANCE_ALPHA_FLOAT32_APPLE
public static final int GL_RGBA_FLOAT16_APPLE
public static final int GL_RGB_FLOAT16_APPLE
public static final int GL_ALPHA_FLOAT16_APPLE
public static final int GL_INTENSITY_FLOAT16_APPLE
public static final int GL_LUMINANCE_FLOAT16_APPLE
public static final int GL_LUMINANCE_ALPHA_FLOAT16_APPLE
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.