Home | Info | Community | Development | myReactOS | Contact Us
((TYPE == GL_UNSIGNED_BYTE) ? 4 * sizeof(GLubyte) : \ ((TYPE == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort) \ : 4 * sizeof(GLfloat)))
Size of an RGBA pixel, in bytes, for given datatype.
Definition at line 262 of file s_context.h.
Referenced by _swrast_get_dest_rgba(), and _swrast_read_rgba_span().