TINYGL: renamed glIssueDrawCall to tglIssueDrawCall.
This commit is contained in:
parent
5ae16bd1fe
commit
75ea6893ef
5 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ void glopClear(GLContext *c, GLParam *p) {
|
|||
|
||||
// TODO : correct value of Z
|
||||
|
||||
glIssueDrawCall(new Graphics::ClearBufferDrawCall(mask & TGL_DEPTH_BUFFER_BIT, z, mask & TGL_COLOR_BUFFER_BIT, r, g, b));
|
||||
tglIssueDrawCall(new Graphics::ClearBufferDrawCall(mask & TGL_DEPTH_BUFFER_BIT, z, mask & TGL_COLOR_BUFFER_BIT, r, g, b));
|
||||
}
|
||||
|
||||
} // end of namespace TinyGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue