PVRCore Unions#
PixelFormat::PixelFormatImpl#
Defined in PixelFormat.h
Nested Relationships#
This union is a nested type of PixelFormat.
Union Documentation#
-
union PixelFormatImpl#
Public Functions
-
inline PixelFormatImpl()#
Creates an empty pixeltype.
- Returns:
A new PixelFormat
-
inline PixelFormatImpl(uint64_t type)#
Initializes a new pixel type from a 64 bit Integer value.
- Parameters:
type – The pixel format represented as a 64 bit Integer. The value is the same as if you get _pixelTypeID of this class.
- Returns:
A new PixelFormat
-
inline PixelFormatImpl(uint8_t C1Name, uint8_t C2Name, uint8_t C3Name, uint8_t C4Name, uint8_t C1Bits, uint8_t C2Bits, uint8_t C3Bits, uint8_t C4Bits)#
-
inline PixelFormatImpl()#