PVRCore Unions#

PixelFormat::PixelFormatImpl#

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)#

Public Members

LowHigh Part#
uint64_t _pixelTypeID#
uint8_t _pixelTypeChar[8]#