$darkmode
Suckless OGL
1.0.0
A lean, high-performance C11 PBR Renderer
Back to Docs
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
window.h
Go to the documentation of this file.
1
#ifndef WINDOW_H
2
#define WINDOW_H
3
4
typedef
struct
GLFWwindow
GLFWwindow
;
5
16
GLFWwindow
*
window_create
(
int
width,
int
height,
const
char
* title,
17
int
samples);
18
24
void
window_destroy
(
GLFWwindow
* window);
25
26
#endif
/* WINDOW_H */
window_create
GLFWwindow * window_create(int width, int height, const char *title, int samples)
Definition:
window.c:10
GLFWwindow
struct GLFWwindow GLFWwindow
Definition:
window.h:4
window_destroy
void window_destroy(GLFWwindow *window)
Definition:
window.c:61
include
window.h
Generated by
1.9.1