#include <GFxLoaderImpl.h>
|
| enum | |
| |
| enum class | FileFormatType {
kUnopened
, kUnknown
, kSWF
, kGFX
,
kJPEG = 10
, kPNG = 11
, kGIF = 12
, kTGA = 13
,
kDDS = 14
, kHDR = 15
, kBMP = 16
, kDIB = 17
,
kPFM = 18
, kTIFF = 19
, kWAVE = 20
, kNextAvail
,
kOriginal = 65535
} |
| |
| enum class | LogMessageType {
kChannel_General = 0x10
, kChannel_Script = 0x20
, kChannel_Parse = 0x30
, kChannel_Action = 0x40
,
kChannel_Debug = 0x50
, kChannel_Mask = 0xF0
, kMessageType_Error = 0
, kMessageType_Warning = 1
,
kMessageType_Message = 2
, kError = kChannel_General | kMessageType_Error
, kWarning = kChannel_General | kMessageType_Warning
, kMessage = kChannel_General | kMessageType_Message
,
kScriptError = kChannel_Script | kMessageType_Error
, kScriptWarning = kChannel_Script | kMessageType_Warning
, kScriptMessage = kChannel_Script | kMessageType_Message
, kParse = kChannel_Parse | 0
,
kParseShape = kChannel_Parse | 1
, kParseMorphShape = kChannel_Parse | 2
, kParseAction = kChannel_Parse | 3
, kAction = kChannel_Action | 0
} |
| |
| static constexpr auto | RTTI = RTTI_GRefCountImpl |
| |
| virtual GFxStateBag * | GetStateBagImpl () const |
| |
◆ ~GFxLoaderImpl()
| RE::GFxLoaderImpl::~GFxLoaderImpl |
( |
| ) |
|
|
override |
◆ lock
| GLock RE::GFxLoaderImpl::lock |
◆ pad30
| std::uint64_t RE::GFxLoaderImpl::pad30 |
◆ pad38
| void* RE::GFxLoaderImpl::pad38 |
◆ pad40
| void* RE::GFxLoaderImpl::pad40 |
◆ pad70
| std::uint8_t RE::GFxLoaderImpl::pad70 |
◆ pad71
| std::uint8_t RE::GFxLoaderImpl::pad71 |
◆ pad72
| std::uint16_t RE::GFxLoaderImpl::pad72 |
◆ pad74
| std::uint32_t RE::GFxLoaderImpl::pad74 |
◆ stateBagImpl
The documentation for this class was generated from the following file: