![]() |
Blender V2.61 - r43446
|
#include <gpu_codegen.h>
Public Attributes | |
| GPUNodeStack * | socket |
| int | attribtype |
| const char * | attribname |
| int | image |
| int | texture |
| int | texturesize |
| void * | ptr1 |
| void * | ptr2 |
| int | dynamic |
| int | dynamictype |
| int | type |
| int | users |
| GPUTexture * | dynamictex |
| GPUBuiltin | builtin |
| struct GPUOutput * | output |
Definition at line 87 of file gpu_codegen.h.
| const char* GPUNodeLink::attribname |
Definition at line 91 of file gpu_codegen.h.
Referenced by GPU_attribute(), and gpu_node_input_link().
Definition at line 90 of file gpu_codegen.h.
Referenced by GPU_attribute(), and gpu_node_input_link().
Definition at line 108 of file gpu_codegen.h.
Referenced by GPU_builtin(), and gpu_node_input_link().
Definition at line 100 of file gpu_codegen.h.
Referenced by GPU_dynamic_texture(), GPU_dynamic_uniform(), and gpu_node_input_link().
Definition at line 106 of file gpu_codegen.h.
Referenced by GPU_dynamic_texture(), and gpu_node_input_link().
Definition at line 101 of file gpu_codegen.h.
Referenced by GPU_dynamic_texture(), GPU_dynamic_uniform(), and gpu_node_input_link().
Definition at line 93 of file gpu_codegen.h.
Referenced by GPU_image(), and gpu_node_input_link().
| struct GPUOutput* GPUNodeLink::output |
Definition at line 110 of file gpu_codegen.h.
Referenced by codegen_call_functions(), GPU_generate_pass(), GPU_link_changed(), GPU_node_free(), gpu_node_input_link(), GPU_node_link_free(), GPU_node_output(), and gpu_nodes_tag().
| void* GPUNodeLink::ptr1 |
Definition at line 98 of file gpu_codegen.h.
Referenced by GPU_dynamic_uniform(), GPU_image(), gpu_node_input_link(), gpu_node_input_socket(), GPU_texture(), and GPU_uniform().
| void * GPUNodeLink::ptr2 |
Definition at line 98 of file gpu_codegen.h.
Referenced by GPU_dynamic_texture(), GPU_dynamic_uniform(), GPU_image(), gpu_node_input_link(), and GPU_uniform().
Definition at line 88 of file gpu_codegen.h.
Referenced by GPU_socket(), and GPU_stack_link().
Definition at line 95 of file gpu_codegen.h.
Referenced by gpu_node_input_link(), and GPU_texture().
Definition at line 96 of file gpu_codegen.h.
Referenced by gpu_node_input_link(), and GPU_texture().
Definition at line 103 of file gpu_codegen.h.
Referenced by GPU_node_link_create().
Definition at line 104 of file gpu_codegen.h.
Referenced by gpu_node_input_link(), GPU_node_link_create(), and GPU_node_link_free().