|
Blender V4.5
|
#include <GPU_material.hh>
Public Attributes | |
| eGPUType | type |
| float | vec [4] |
| GPUNodeLink * | link |
| bool | hasinput |
| bool | hasoutput |
| short | sockettype |
| bool | end |
Definition at line 272 of file GPU_material.hh.
| bool GPUNodeStack::end |
Definition at line 279 of file GPU_material.hh.
Referenced by gpu_stack_from_data_list(), and blender::compositor::populate_gpu_node_stack().
| bool GPUNodeStack::hasinput |
Definition at line 276 of file GPU_material.hh.
Referenced by node_gpu_stack_from_data(), and blender::compositor::populate_gpu_node_stack().
| bool GPUNodeStack::hasoutput |
Definition at line 277 of file GPU_material.hh.
Referenced by node_gpu_stack_from_data(), and blender::compositor::populate_gpu_node_stack().
| GPUNodeLink* GPUNodeStack::link |
Definition at line 275 of file GPU_material.hh.
Referenced by gpu_node_input_socket(), gpu_uniformbuffer_link(), node_data_from_gpu_stack(), node_gpu_stack_from_data(), node_socket_not_black(), node_socket_not_white(), node_socket_not_zero(), and blender::compositor::populate_gpu_node_stack().
| short GPUNodeStack::sockettype |
Definition at line 278 of file GPU_material.hh.
Referenced by node_data_from_gpu_stack(), node_gpu_stack_from_data(), and blender::compositor::populate_gpu_node_stack().
| eGPUType GPUNodeStack::type |
Definition at line 273 of file GPU_material.hh.
Referenced by gpu_node_input_socket(), gpu_stack_from_data_list(), node_gpu_stack_from_data(), and blender::compositor::populate_gpu_node_stack().
| float GPUNodeStack::vec[4] |
Definition at line 274 of file GPU_material.hh.
Referenced by gpu_node_input_socket(), gpu_uniformbuffer_link(), blender::compositor::initialize_input_stack_value(), node_data_from_gpu_stack(), node_gpu_stack_from_data(), node_socket_not_black(), node_socket_not_white(), node_socket_not_zero(), and blender::compositor::populate_gpu_node_stack().