|
Blender V4.5
|
#include <overlay_private.hh>
Inherits blender::draw::overlay::VertexPrimitiveBuf.
Public Member Functions | |
| PointPrimitiveBuf (const SelectionType selection_type, const char *name=nullptr) | |
| void | append (const float3 &position, const float4 &color, select::ID select_id=select::SelectMap::select_invalid_id()) |
| void | append (const float3 &position, const int color_id, select::ID select_id) |
| void | end_sync (PassSimple::Sub &pass) |
Public Member Functions inherited from blender::draw::overlay::VertexPrimitiveBuf | |
| void | clear () |
Additional Inherited Members | |
Protected Member Functions inherited from blender::draw::overlay::VertexPrimitiveBuf | |
| VertexPrimitiveBuf (const SelectionType selection_type, const char *name=nullptr) | |
| void | append (const float3 &position, const float4 &color) |
| void | end_sync (PassSimple::Sub &pass, GPUPrimType primitive) |
Protected Attributes inherited from blender::draw::overlay::VertexPrimitiveBuf | |
| select::SelectBuf | select_buf |
| StorageVectorBuffer< VertexData > | data_buf |
| int | color_id = 0 |
Definition at line 1172 of file overlay_private.hh.
|
inline |
Definition at line 1175 of file overlay_private.hh.
|
inline |
Definition at line 1180 of file overlay_private.hh.
References blender::draw::overlay::VertexPrimitiveBuf::append(), blender::draw::select::SelectBuf::select_append(), and blender::draw::overlay::VertexPrimitiveBuf::select_buf.
Referenced by blender::draw::overlay::Relations::object_sync().
|
inline |
Definition at line 1188 of file overlay_private.hh.
References append, and blender::draw::overlay::VertexPrimitiveBuf::color_id.
|
inline |
Definition at line 1194 of file overlay_private.hh.
References blender::draw::overlay::VertexPrimitiveBuf::end_sync(), and GPU_PRIM_POINTS.
Referenced by blender::draw::overlay::Relations::end_sync().