Blender
V3.3
|
#include <GPU_shader_shared.h>
Public Attributes | |
float4 | colors [6] |
float | expandSize |
float | arrowSize |
float2 | _pad |
Definition at line 28 of file GPU_shader_shared.h.
float2 NodeLinkInstanceData::_pad |
Definition at line 32 of file GPU_shader_shared.h.
float NodeLinkInstanceData::arrowSize |
Definition at line 31 of file GPU_shader_shared.h.
Referenced by blender::ed::space_node::nodelink_batch_draw().
float4 NodeLinkInstanceData::colors[6] |
Definition at line 29 of file GPU_shader_shared.h.
Referenced by blender::ed::space_node::nodelink_batch_draw().
float NodeLinkInstanceData::expandSize |
Definition at line 30 of file GPU_shader_shared.h.
Referenced by blender::ed::space_node::nodelink_batch_draw().