FOnline
 Указатель Классы Функции Переменные Группы Страницы
Draw primitive types

Типы примитивов. Подробнее...

Макросы

#define DRAW_PRIMITIVE_POINTLIST   (0)
 
#define DRAW_PRIMITIVE_LINELIST   (1)
 
#define DRAW_PRIMITIVE_LINESTRIP   (2)
 
#define DRAW_PRIMITIVE_TRIANGLELIST   (3)
 
#define DRAW_PRIMITIVE_TRIANGLESTRIP   (4)
 
#define DRAW_PRIMITIVE_TRIANGLEFAN   (5)
 

Подробное описание

Типы примитивов.

Подробнее о типах примитивов читайте здесь:

См. также
DrawPrimitive

Макросы

#define DRAW_PRIMITIVE_POINTLIST   (0)
#define DRAW_PRIMITIVE_LINELIST   (1)
#define DRAW_PRIMITIVE_LINESTRIP   (2)
#define DRAW_PRIMITIVE_TRIANGLELIST   (3)
#define DRAW_PRIMITIVE_TRIANGLESTRIP   (4)
#define DRAW_PRIMITIVE_TRIANGLEFAN   (5)