mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] egl: costmetics
This commit is contained in:
parent
a9aab3c1ee
commit
61f0577ab2
@ -31,9 +31,9 @@ typedef struct EGL_Model EGL_Model;
|
|||||||
bool egl_model_init(EGL_Model ** model);
|
bool egl_model_init(EGL_Model ** model);
|
||||||
void egl_model_free(EGL_Model ** model);
|
void egl_model_free(EGL_Model ** model);
|
||||||
|
|
||||||
void egl_model_set_verticies (EGL_Model * model, const GLfloat * verticies, const size_t count);
|
void egl_model_set_verticies (EGL_Model * model, const GLfloat * verticies, const size_t count);
|
||||||
void egl_model_set_uvs (EGL_Model * model, const GLfloat * uvs , const size_t count);
|
void egl_model_set_uvs (EGL_Model * model, const GLfloat * uvs , const size_t count);
|
||||||
void egl_model_set_shader (EGL_Model * model, EGL_Shader * shader);
|
void egl_model_set_shader (EGL_Model * model, EGL_Shader * shader);
|
||||||
void egl_model_set_texture (EGL_Model * model, EGL_Texture * texture);
|
void egl_model_set_texture (EGL_Model * model, EGL_Texture * texture);
|
||||||
|
|
||||||
void egl_model_render(EGL_Model * model);
|
void egl_model_render(EGL_Model * model);
|
Loading…
Reference in New Issue
Block a user