nw::font::ColorBufferInfo Structure

Syntax

struct ColorBufferInfo
{
   u16 width;
   u16 height;
   u8 depth;
};

Description

Structure that holds information about the color buffer.

Member Variables

width u16 Width
height u16 Height
depth u8 Format for depth buffer (PICA_DATA_DEPTH*)

CONFIDENTIAL