Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 54 of file trimvertpool.cc.
: pool( sizeof(TrimVertex)*3, 32, "Threevertspool" ) { // initialize array of pointers to vertex lists nextvlistslot = 0; vlistsize = INIT_VERTLISTSIZE; vlist = new TrimVertex_p[vlistsize]; }