LLGL 0.05 Beta
Loading...
Searching...
No Matches
LLGL::CanvasDescriptor Struct Reference

Canvas descriptor structure. More...

#include <CanvasFlags.h>

Public Attributes

UTF8String title
 Canvas title as UTF16 string.
long flags = 0
 Specifies the canvas creation flags. This can be a bitwise OR combination of the CanvasFlags entries.

Detailed Description

Canvas descriptor structure.

See also
Canvas::Create

Member Data Documentation

◆ flags

long LLGL::CanvasDescriptor::flags = 0

Specifies the canvas creation flags. This can be a bitwise OR combination of the CanvasFlags entries.

See also
CanvasFlags

◆ title

UTF8String LLGL::CanvasDescriptor::title

Canvas title as UTF16 string.


The documentation for this struct was generated from the following file: