#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <nuklear.h>
#include <nuklear_glfw_gl2.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
| #define NK_GLFW_GL2_IMPLEMENTATION |
| #define NK_IMPLEMENTATION |
| #define NK_INCLUDE_DEFAULT_ALLOCATOR |
| #define NK_INCLUDE_DEFAULT_FONT |
| #define NK_INCLUDE_FIXED_TYPES |
| #define NK_INCLUDE_FONT_BAKING |
| #define NK_INCLUDE_STANDARD_VARARGS |
| #define NK_INCLUDE_VERTEX_BUFFER_OUTPUT |
| static void error_callback |
( |
int |
error, |
|
|
const char * |
description |
|
) |
| |
|
static |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |