mirror of
https://github.com/JaCzekanski/Avocado.git
synced 2025-04-02 10:52:39 -04:00
updateVramTexture LUT conversion for slower path (Android and Web) fix shader version header
6 lines
No EOL
94 B
C
6 lines
No EOL
94 B
C
#pragma once
|
|
#ifdef __EMSCRIPTEN__
|
|
#include <GLES3/gl3.h>
|
|
#else
|
|
#include <glad/glad.h>
|
|
#endif |