TINYGL: renamed glIssueDrawCall to tglIssueDrawCall.
This commit is contained in:
parent
5ae16bd1fe
commit
75ea6893ef
5 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace TinyGL {
|
||||
|
||||
void glIssueDrawCall(Graphics::DrawCall *drawCall) {
|
||||
void tglIssueDrawCall(Graphics::DrawCall *drawCall) {
|
||||
TinyGL::GLContext *c = TinyGL::gl_get_context();
|
||||
c->_drawCallsQueue.push_back(drawCall);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue