CommonLibSSE (Parapets fork)
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
b
c
d
g
h
i
k
m
n
p
r
s
u
v
x
Typedefs
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
c
d
e
k
o
p
t
v
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
d
g
h
i
k
l
n
p
r
s
t
w
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
h
n
r
s
t
Functions
Typedefs
Macros
b
g
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
GFxFileConstants.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
class
GFxFileConstants
6
{
7
public
:
8
// FileFormatType is an enumeration including all file formats supported and/or used by GFx.
9
enum class
FileFormatType
10
{
11
kUnopened
,
// No attempt was made to open file, so its format is not yet determined
12
kUnknown
,
// The file was opened, but its format is unknown
13
14
// Swf file formats
15
kSWF
,
// SWF file formats
16
kGFX
,
// GFX file format (extracted SWF)
17
18
// Image formats supported by swf
19
kJPEG
= 10,
// JPEG image file format
20
kPNG
= 11,
// PNG image file format
21
kGIF
= 12,
// GIF image file format
22
// Other image formats
23
kTGA
= 13,
// TGA image file format
24
kDDS
= 14,
// DDS compressed texture file format
25
kHDR
= 15,
// HDR image file format
26
kBMP
= 16,
// BMP image file format
27
kDIB
= 17,
// DIB image file format
28
kPFM
= 18,
// PFM image file format
29
kTIFF
= 19,
// TIFF image file format
30
31
// Sound formats
32
kWAVE
= 20,
// WAVE sound file format
33
34
kNextAvail
,
35
kOriginal
= 65535
36
};
37
};
38
}
RE::GFxFileConstants
Definition:
GFxFileConstants.h:6
RE::GFxFileConstants::FileFormatType
FileFormatType
Definition:
GFxFileConstants.h:10
RE::GFxFileConstants::FileFormatType::kTIFF
@ kTIFF
RE::GFxFileConstants::FileFormatType::kBMP
@ kBMP
RE::GFxFileConstants::FileFormatType::kUnknown
@ kUnknown
RE::GFxFileConstants::FileFormatType::kPFM
@ kPFM
RE::GFxFileConstants::FileFormatType::kPNG
@ kPNG
RE::GFxFileConstants::FileFormatType::kJPEG
@ kJPEG
RE::GFxFileConstants::FileFormatType::kSWF
@ kSWF
RE::GFxFileConstants::FileFormatType::kGFX
@ kGFX
RE::GFxFileConstants::FileFormatType::kNextAvail
@ kNextAvail
RE::GFxFileConstants::FileFormatType::kDDS
@ kDDS
RE::GFxFileConstants::FileFormatType::kDIB
@ kDIB
RE::GFxFileConstants::FileFormatType::kTGA
@ kTGA
RE::GFxFileConstants::FileFormatType::kHDR
@ kHDR
RE::GFxFileConstants::FileFormatType::kOriginal
@ kOriginal
RE::GFxFileConstants::FileFormatType::kUnopened
@ kUnopened
RE::GFxFileConstants::FileFormatType::kWAVE
@ kWAVE
RE::GFxFileConstants::FileFormatType::kGIF
@ kGIF
RE
Definition:
AbsorbEffect.h:6
CommonLibSSE
include
RE
G
GFxFileConstants.h
Generated by
1.9.1