|
Blender
V2.93
|
#include <GPU_material.h>
Public Attributes | |
| struct GPUMaterialAttribute * | next |
| struct GPUMaterialAttribute * | prev |
| int | type |
| char | name [64] |
| eGPUType | gputype |
| int | id |
| int | users |
Definition at line 232 of file GPU_material.h.
| eGPUType GPUMaterialAttribute::gputype |
Definition at line 236 of file GPU_material.h.
Referenced by gpu_node_input_link().
| int GPUMaterialAttribute::id |
Definition at line 237 of file GPU_material.h.
Referenced by gpu_node_graph_add_attribute().
| char GPUMaterialAttribute::name[64] |
Definition at line 235 of file GPU_material.h.
Referenced by gpu_node_graph_add_attribute().
| struct GPUMaterialAttribute* GPUMaterialAttribute::next |
Definition at line 233 of file GPU_material.h.
Referenced by gpu_node_graph_add_attribute().
| struct GPUMaterialAttribute * GPUMaterialAttribute::prev |
Definition at line 233 of file GPU_material.h.
| int GPUMaterialAttribute::type |
Definition at line 234 of file GPU_material.h.
Referenced by gpu_node_graph_add_attribute().
| int GPUMaterialAttribute::users |
Definition at line 238 of file GPU_material.h.
Referenced by gpu_inputs_free(), and gpu_node_graph_add_attribute().