Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 192 of file texformat_tmp.h.
{ const GLchan *src = TEXEL_ADDR(GLchan, texImage, i, j, k, 2); texel[RCOMP] = src[0]; texel[GCOMP] = src[0]; texel[BCOMP] = src[0]; texel[ACOMP] = src[1]; }