mirror of
https://github.com/aap/librw.git
synced 2025-12-21 01:49:56 +00:00
Added OpenGL test.
This commit is contained in:
15
tests/gl/rwtest.h
Executable file
15
tests/gl/rwtest.h
Executable file
@@ -0,0 +1,15 @@
|
||||
#include <GL/glew.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include "../librw/rw.h"
|
||||
#include "../librw/src/gtaplg.h"
|
||||
#include "math/math.h"
|
||||
#include "camera.h"
|
||||
|
||||
#include "gl.h"
|
||||
|
||||
Reference in New Issue
Block a user