NeKernel dev
Loading...
Searching...
No Matches
Kernel::FBDevicePacket Struct Referencefinal

Framebuffer device interface packet. More...

#include <FB.h>

Public Attributes

FBCoord2x2 fX
FBCoord2x2 fY
FBDim2x2 fWidth
FBDim2x2 fHeight
FBColorProfile fColor
FBFlags fFlags

Detailed Description

Framebuffer device interface packet.

This structure is used to send and receive data from the framebuffer device.

Note
The structure is packed to ensure that the data is aligned correctly for the device.

Member Data Documentation

◆ fColor

FBColorProfile Kernel::FBDevicePacket::fColor

◆ fFlags

FBFlags Kernel::FBDevicePacket::fFlags

◆ fHeight

FBDim2x2 Kernel::FBDevicePacket::fHeight

◆ fWidth

FBDim2x2 Kernel::FBDevicePacket::fWidth

◆ fX

FBCoord2x2 Kernel::FBDevicePacket::fX

◆ fY

FBCoord2x2 Kernel::FBDevicePacket::fY

The documentation for this struct was generated from the following file:
  • dev/kernel/GfxKit/FB.h