TINYGL: renamed glIssueDrawCall to tglIssueDrawCall.

This commit is contained in:
Stefano Musumeci 2014-08-07 17:38:11 +02:00
parent 5ae16bd1fe
commit 75ea6893ef
5 changed files with 9 additions and 9 deletions

View file

@ -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