|
Blender V5.0
|
#include <overlay_private.hh>
Public Member Functions | |
| GPU_VERTEX_FORMAT_FUNC (VertexWithColor, pos, color) | |
Public Attributes | |
| float3 | pos |
| float3 | color |
Definition at line 300 of file overlay_private.hh.
| blender::draw::overlay::VertexWithColor::GPU_VERTEX_FORMAT_FUNC | ( | VertexWithColor | , |
| pos | , | ||
| color | ) |
| float3 blender::draw::overlay::VertexWithColor::color |
Definition at line 302 of file overlay_private.hh.
Referenced by GPU_VERTEX_FORMAT_FUNC().
| float3 blender::draw::overlay::VertexWithColor::pos |
Definition at line 301 of file overlay_private.hh.
Referenced by GPU_VERTEX_FORMAT_FUNC().