Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 60 of file t_dd_vb.c.
{ LOCALVARS GLubyte *verts = GET_VERTEX_STORE(); GLuint size = GET_VERTEX_SIZE(); GLuint *dst = (GLuint *)(verts + (edst * size)); GLuint *src = (GLuint *)(verts + (esrc * size)); dst[4] = src[4]; }