NvModelPrimType Struct Reference

Primitive type mask. More...

#include <NvModel.h>

List of all members.

Public Types

enum  Enum {
  NONE = 0x0, POINTS = 0x1, EDGES = 0x2, TRIANGLES = 0x4,
  TRIANGLES_WITH_ADJACENCY = 0x8, ALL = 0xf
}


Detailed Description

Primitive type mask.

Member Enumeration Documentation

Enumerator:
NONE  Not set.
POINTS  single-vertex points
EDGES  two vertex edges
TRIANGLES  three-vertex triangles
TRIANGLES_WITH_ADJACENCY  triangles with adjancency info
ALL  mask of all values


The documentation for this struct was generated from the following file: