aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/shaders/je_shader.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-31 20:44:20 +0800
committerchai <chaifix@163.com>2018-10-31 20:44:20 +0800
commitc734eb129d24a5ed6dcad8fa8fd1bdb3352f1257 (patch)
treec058b0b12acfdc26b612465534b30b059f0231d4 /src/libjin/Graphics/shaders/je_shader.h
parenta6868deda1af419822d1610c0ca8b81413519393 (diff)
*更新渲染模块
Diffstat (limited to 'src/libjin/Graphics/shaders/je_shader.h')
-rw-r--r--src/libjin/Graphics/shaders/je_shader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/shaders/je_shader.h b/src/libjin/Graphics/shaders/je_shader.h
index 09cda51..d89b827 100644
--- a/src/libjin/Graphics/shaders/je_shader.h
+++ b/src/libjin/Graphics/shaders/je_shader.h
@@ -146,7 +146,7 @@ namespace JinEngine
/// @param stride Byte offset between consecutive generic vertex attributes.
/// @param pointers Pointer to the first component of the first generic vertex attribute in the array.
///
- void bindVertexPointer(int n, GLenum type, GLsizei stride, const GLvoid * pointers);
+ void setVertexPointer(int n, GLenum type, GLsizei stride, const GLvoid * pointers);
///
/// Set texture UV coordinates.
@@ -156,7 +156,7 @@ namespace JinEngine
/// @param stride Byte offset between consecutive generic vertex attributes.
/// @param pointers Pointer to the first component of the first generic vertex attribute in the array.
///
- void bindUVPointer(int n, GLenum type, GLsizei stride, const GLvoid * pointers);
+ void setUVPointer(int n, GLenum type, GLsizei stride, const GLvoid * pointers);
protected:
///