Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 66 of file vbo_exec.c.
Referenced by _vbo_DestroyContext().
{ struct vbo_exec_context *exec = &vbo_context(ctx)->exec; if (ctx->aelt_context) { _ae_destroy_context( ctx ); ctx->aelt_context = NULL; } vbo_exec_vtx_destroy( exec ); vbo_exec_array_destroy( exec ); }