Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 431 of file texcompress_s3tc.c.
Referenced by fetch_texel_2d_f_rgba_dxt3().
{ (void) k; if (fetch_ext_rgba_dxt3) { ASSERT (sizeof(GLchan) == sizeof(GLubyte)); fetch_ext_rgba_dxt3(texImage->RowStride, (GLubyte *)(texImage)->Data, i, j, texel); } else _mesa_debug(NULL, "attempted to decode s3tc texture without library available\n"); }