diff options
| author | chai <chaifix@163.com> | 2018-10-18 21:15:37 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2018-10-18 21:15:37 +0800 |
| commit | 02dd1f38008594048f0e28bad01e7c6d18844198 (patch) | |
| tree | 4d937745e350788b6bba0d26450cb5526f1accab /src/libjin/Graphics/Drawable.h | |
| parent | 392c4e7c42c000d82e641a3d04f0d2a01f0aca21 (diff) | |
*注释
Diffstat (limited to 'src/libjin/Graphics/Drawable.h')
| -rw-r--r-- | src/libjin/Graphics/Drawable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Drawable.h b/src/libjin/Graphics/Drawable.h index 95af75e..007a9a1 100644 --- a/src/libjin/Graphics/Drawable.h +++ b/src/libjin/Graphics/Drawable.h @@ -63,6 +63,11 @@ namespace jin /// inline GLuint getTexture() const { return texture; } + /// + /// + /// + void setFilter(GLint min, GLint max); + protected: static const int DRAWABLE_V_SIZE = 8; |
