nw::dev::DirectPrint::SetTargetBuffer Member Function
void SetTargetBuffer(
void *buffer,
GLuint format,
u16 width,
u16 height
);
| Name | Description | |
|---|---|---|
| buffer | Pointer to the framebuffer. | |
| format | The format of the framebuffer. | |
| width | Width of the framebuffer. (In pixels; multiple of 8.) | |
| height | Height of the framebuffer. (In pixels; multiple of 8.) |
Sets the framebuffer that will be the rendering target.
CONFIDENTIAL