InitWindow function
See RaylibCoreFlatModule.InitWindow.
Implementation
void InitWindow(
int width,
int height,
MemoryPointer<RChar> title,
) => _module.InitWindow(width, height, title);
See RaylibCoreFlatModule.InitWindow.
void InitWindow(
int width,
int height,
MemoryPointer<RChar> title,
) => _module.InitWindow(width, height, title);