diff options
author | chai <chaifix@163.com> | 2018-09-07 00:29:20 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-07 00:29:20 +0800 |
commit | 28ca1f570d417671904a25c2a9c589fdb1eb7a03 (patch) | |
tree | 4878db53693289182eb2b116f3770ef50708f9b3 /src | |
parent | 5e4a2c8fa58f30a93506c1db21aa7a9921c0affc (diff) |
*format source code
Diffstat (limited to 'src')
-rw-r--r-- | src/libjin/Graphics/Canvas.h | 1 | ||||
-rw-r--r-- | src/libjin/Graphics/Shader.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Canvas.h b/src/libjin/Graphics/Canvas.h index 3b0a40a..508562d 100644 --- a/src/libjin/Graphics/Canvas.h +++ b/src/libjin/Graphics/Canvas.h @@ -24,6 +24,7 @@ namespace graphics GLuint fbo; static GLint cur; + }; } // render diff --git a/src/libjin/Graphics/Shader.h b/src/libjin/Graphics/Shader.h index ad484db..2e6ae16 100644 --- a/src/libjin/Graphics/Shader.h +++ b/src/libjin/Graphics/Shader.h @@ -24,7 +24,6 @@ namespace graphics static void unuse(); virtual ~JSLProgram(); - void use(); void sendFloat(const char* name, float number); void sendTexture(const char* name, const Texture* image); |