PVRCore Variables#
impl::originalDefaultLogger#
Defined in Log.h
Variable Documentation#
pvr::texture_bmp::Identifier#
Defined in FileDefinesBMP.h
Variable Documentation#
-
static const uint16_t pvr::texture_bmp::Identifier = 0x4d42#
Identifier used to identify BMP files.
pvr::texture_dds::c_expectedDDSSize#
Defined in FileDefinesDDS.h
Variable Documentation#
-
static const uint32_t pvr::texture_dds::c_expectedDDSSize = 124#
pvr::texture_dds::c_expectedPixelFormatSize#
Defined in FileDefinesDDS.h
Variable Documentation#
-
static const uint32_t pvr::texture_dds::c_expectedPixelFormatSize = 32#
pvr::texture_dds::c_magicIdentifier#
Defined in FileDefinesDDS.h
Variable Documentation#
-
static const uint32_t pvr::texture_dds::c_magicIdentifier = 0x20534444#
pvr::texture_ktx::c_orientationMetaDataKey#
Defined in FileDefinesKTX.h
Variable Documentation#
-
static const char pvr::texture_ktx::c_orientationMetaDataKey[] = "KTXOrientation"#
pvr::texture_ktx::c_identifier#
Defined in FileDefinesKTX.h
Variable Documentation#
-
static const uint8_t pvr::texture_ktx::c_identifier[] = {0xAB, 0x4B, 0x54, 0x58, 0x20, 0x31, 0x31, 0xBB, 0x0D, 0x0A, 0x1A, 0x0A}#
pvr::texture_ktx::c_endianReference#
Defined in FileDefinesKTX.h
Variable Documentation#
-
static const uint32_t pvr::texture_ktx::c_endianReference = 0x04030201#
pvr::texture_ktx::c_expectedHeaderSize#
Defined in FileDefinesKTX.h
Variable Documentation#
-
static const uint32_t pvr::texture_ktx::c_expectedHeaderSize = 64#
pvr::texture_legacy::c_headerSizeV2#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_headerSizeV2 = 52#
pvr::texture_legacy::c_flagCubeMap#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_flagCubeMap = (1 << 12)#
pvr::texture_legacy::c_flagMipMap#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_flagMipMap = (1 << 8)#
pvr::texture_legacy::c_flagVolumeTexture#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_flagVolumeTexture = (1 << 14)#
pvr::texture_legacy::c_identifierV2#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_identifierV2 = 0x21525650#
pvr::texture_legacy::c_flagHasAlpha#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_flagHasAlpha = (1 << 15)#
pvr::texture_legacy::c_headerSizeV1#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_headerSizeV1 = 44#
pvr::texture_legacy::c_flagBumpMap#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_flagBumpMap = (1 << 10)#
pvr::texture_legacy::c_flagVerticalFlip#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_flagVerticalFlip = (1 << 16)#
pvr::texture_legacy::c_pixelTypeMask#
Defined in FileDefinesPVR.h
Variable Documentation#
-
static const uint32_t pvr::texture_legacy::c_pixelTypeMask = 0xff#
pvr::texture_tga::ExpectedHeaderSize#
Defined in FileDefinesTGA.h
Variable Documentation#
-
static const uint32_t pvr::texture_tga::ExpectedHeaderSize = 18#
pvr::texture_xnb::c_expectedHeaderSize#
Defined in FileDefinesXNB.h
Variable Documentation#
-
static const uint32_t pvr::texture_xnb::c_expectedHeaderSize = 10#
pvr::texture_xnb::c_endianReference#
Defined in FileDefinesXNB.h
Variable Documentation#
-
static const uint32_t pvr::texture_xnb::c_endianReference = 0x04030201#
pvr::texture_xnb::c_identifier#
Defined in FileDefinesXNB.h
Variable Documentation#
-
static const uint8_t pvr::texture_xnb::c_identifier[] = {0xAB, 0x4B, 0x54, 0x58, 0x20, 0x31, 0x31, 0xBB, 0x0D, 0x0A, 0x1A, 0x0A}#
messageTypes#
Defined in Log.h
Variable Documentation#
-
static const char *messageTypes[] = {"VERBOSE: ", "DEBUG: ", "INFORMATION: ", "WARNING: ", "ERROR: ", "CRITICAL: ", "PERFORMANCE: "}#