nw::font::ColorBufferInfo Structurestruct ColorBufferInfo
{
u16 width;
u16 height;
u8 depth;
};
Structure that holds information about the color buffer.
| width | u16 | Width | |
|---|---|---|---|
| height | u16 | Height | |
| depth | u8 | Format for depth buffer (PICA_DATA_DEPTH*) |
CONFIDENTIAL