|
Blender
V3.3
|
#include "scene/image.h"#include "kernel/types.h"#include "util/list.h"#include "util/param.h"#include "util/set.h"#include "util/types.h"#include "util/vector.h"Go to the source code of this file.
Classes | |
| class | Attribute |
| class | AttributeSet |
| class | AttributeRequest |
| class | AttributeRequestSet |
Enumerations | |
| enum | AttrKernelDataType { FLOAT = 0 , FLOAT2 = 1 , FLOAT3 = 2 , FLOAT4 = 3 , UCHAR4 = 4 , NUM = 5 } |
| enum AttrKernelDataType |
| Enumerator | |
|---|---|
| FLOAT | |
| FLOAT2 | |
| FLOAT3 | |
| FLOAT4 | |
| UCHAR4 | |
| NUM | |
Definition at line 37 of file scene/attribute.h.