C

Qul::Platform::FramebufferFormat::BitField Struct

struct Qul::Platform::FramebufferFormat::BitField

This struct contains information about the bits of a color channel in a framebuffer. More...

Public Variables

uint32_t length
uint32_t offset

Detailed Description

Member Variable Documentation

uint32_t BitField::length

This variable holds the number of bits.

uint32_t BitField::offset

This variable holds the offset of the bits.

Available under certain Qt licenses.
Find out more.