WUT
0.1
Wii U Toolchain
|
#include <wut.h>
Go to the source code of this file.
Typedefs | |
typedef enum OSScreenID | OSScreenID |
Enumerations | |
enum | OSScreenID |
Functions | |
void | OSScreenInit () |
uint32_t | OSScreenGetBufferSizeEx (OSScreenID screen) |
void | OSScreenSetBufferEx (OSScreenID screen, void *addr) |
void | OSScreenClearBufferEx (OSScreenID screen, uint32_t colour) |
void | OSScreenFlipBuffersEx (OSScreenID screen) |
void | OSScreenPutFontEx (OSScreenID screen, uint32_t row, uint32_t column, const char *buffer) |
void | OSScreenPutPixelEx (OSScreenID screen, uint32_t x, uint32_t y, uint32_t colour) |
void | OSScreenEnableEx (OSScreenID screen, BOOL enable) |