TINYGL: renamed glIssueDrawCall to tglIssueDrawCall.
This commit is contained in:
parent
5ae16bd1fe
commit
75ea6893ef
5 changed files with 9 additions and 9 deletions
|
@ -229,7 +229,7 @@ void glopEnd(GLContext *c, GLParam *) {
|
|||
assert(c->in_begin == 1);
|
||||
|
||||
if (c->vertex_cnt > 0) {
|
||||
glIssueDrawCall(new Graphics::RasterizationDrawCall());
|
||||
tglIssueDrawCall(new Graphics::RasterizationDrawCall());
|
||||
}
|
||||
|
||||
c->in_begin = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue