GL_RENDERER
и GL_VERSION
.Otherwise, if E1 has a signed type and non-negative value, and E1 × 2^E2 is representable in the result type, then that is the resulting value; otherwise, the behavior is undefined.
Otherwise, if E1 has a signed type and non-negative value, and E1 × 2^E2 is representable in the corresponding unsigned type of the result type, then that value, converted to the result type, is the resulting value; otherwise, the behavior is undefined.
The value of E1 << E2 is the unique value congruent to E1 × 2^E2 modulo 2^N , where N is the width of the type of the result. [Note: E1 is left-shifted E2 bit positions; vacated bits are zero-filled. — end note]
прорисовываются не на всех компьютерах
drawPolygon
вместо того чтобы самостоятельно определить порядок следования точек при отрисовке многоугольника.
Давай переспрошу иначе. Приведи книги или статьи, где автор делает однозначное заявление о том, что написано у тебя в вопросе.