diff options
author | chai <chaifix@163.com> | 2018-09-02 00:48:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-02 00:48:21 +0800 |
commit | 862763a88f6b4a6cb6c034287c509a91776adf8b (patch) | |
tree | 78c1f391c1c5ed95acfda055e3bf806290df74d8 /src/libjin/Graphics/Drawable.h | |
parent | b05e2443533af8e3badb4a8469a634cb302c63f8 (diff) |
*update
Diffstat (limited to 'src/libjin/Graphics/Drawable.h')
-rw-r--r-- | src/libjin/Graphics/Drawable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Drawable.h b/src/libjin/Graphics/Drawable.h index e04ac6b..4e91adb 100644 --- a/src/libjin/Graphics/Drawable.h +++ b/src/libjin/Graphics/Drawable.h @@ -41,6 +41,7 @@ namespace graphics void setVertices(float* v, float* t); GLuint texture; + GLuint vbo; int width, height; |