Avocado/externals/glad/include/opengl.h
Jakub Czekański a3a470384f opengl: support for webgl 2
updateVramTexture LUT conversion for slower path (Android and Web)
fix shader version header
2019-05-29 23:53:22 +02:00

6 lines
No EOL
94 B
C

#pragma once
#ifdef __EMSCRIPTEN__
#include <GLES3/gl3.h>
#else
#include <glad/glad.h>
#endif