Interface DDS
-
interface DDS
-
-
Field Summary
Fields Modifier and Type Field Description static int
FLAG_CAPS
static int
FLAG_DEPTH
static int
FLAG_HEIGHT
static int
FLAG_LINEARSIZE
static int
FLAG_MIPMAPCOUNT
static int
FLAG_PITCH
static int
FLAG_PIXELFORMAT
static int
FLAG_WIDTH
static int
HEADER_SIZE
static byte[]
MAGIC
static int
PIXEL_FORMAT_FLAG_FOURCC
static int
PIXEL_FORMAT_FLAG_RGB
-
-
-
Field Detail
-
MAGIC
static final byte[] MAGIC
-
HEADER_SIZE
static final int HEADER_SIZE
- See Also:
- Constant Field Values
-
FLAG_CAPS
static final int FLAG_CAPS
- See Also:
- Constant Field Values
-
FLAG_HEIGHT
static final int FLAG_HEIGHT
- See Also:
- Constant Field Values
-
FLAG_WIDTH
static final int FLAG_WIDTH
- See Also:
- Constant Field Values
-
FLAG_PITCH
static final int FLAG_PITCH
- See Also:
- Constant Field Values
-
FLAG_PIXELFORMAT
static final int FLAG_PIXELFORMAT
- See Also:
- Constant Field Values
-
FLAG_MIPMAPCOUNT
static final int FLAG_MIPMAPCOUNT
- See Also:
- Constant Field Values
-
FLAG_LINEARSIZE
static final int FLAG_LINEARSIZE
- See Also:
- Constant Field Values
-
FLAG_DEPTH
static final int FLAG_DEPTH
- See Also:
- Constant Field Values
-
PIXEL_FORMAT_FLAG_FOURCC
static final int PIXEL_FORMAT_FLAG_FOURCC
- See Also:
- Constant Field Values
-
PIXEL_FORMAT_FLAG_RGB
static final int PIXEL_FORMAT_FLAG_RGB
- See Also:
- Constant Field Values
-
-