![]() |
Blender V2.61 - r43446
|
#include "RAS_MaterialBucket.h"#include "RAS_VAOpenGLRasterizer.h"#include <vector>#include <map>Go to the source code of this file.
Classes | |
| class | RAS_ListSlot |
| class | RAS_ListRasterizer |
Typedefs | |
| typedef std::map < RAS_DisplayArrayList, RAS_ListSlot * > | RAS_ArrayLists |
| typedef std::vector < RAS_ListSlot * > | RAS_ListSlots |
| typedef std::map< DerivedMesh *, RAS_ListSlots * > | RAS_DerivedMeshLists |
Enumerations | |
| enum | RAS_ListSlotFlags { LIST_CREATE = 1, LIST_MODIFY = 2, LIST_STREAM = 4, LIST_NOCREATE = 8, LIST_BEGIN = 16, LIST_END = 32, LIST_REGEN = 64, LIST_DERIVEDMESH = 128 } |
Definition in file RAS_ListRasterizer.h.
| typedef std::map<RAS_DisplayArrayList, RAS_ListSlot*> RAS_ArrayLists |
Definition at line 46 of file RAS_ListRasterizer.h.
| typedef std::map<DerivedMesh*, RAS_ListSlots*> RAS_DerivedMeshLists |
Definition at line 50 of file RAS_ListRasterizer.h.
| typedef std::vector<RAS_ListSlot*> RAS_ListSlots |
Definition at line 49 of file RAS_ListRasterizer.h.
| enum RAS_ListSlotFlags |
| LIST_CREATE | |
| LIST_MODIFY | |
| LIST_STREAM | |
| LIST_NOCREATE | |
| LIST_BEGIN | |
| LIST_END | |
| LIST_REGEN | |
| LIST_DERIVEDMESH |
Definition at line 35 of file RAS_ListRasterizer.h.