|
Blender V5.0
|
#include <overlay_private.hh>
Public Member Functions | |
| GPU_VERTEX_FORMAT_FUNC (VertShaded, pos, vclass, nor) | |
Public Attributes | |
| float3 | pos |
| VertexClass | vclass |
| float3 | nor |
Definition at line 307 of file overlay_private.hh.
| blender::draw::overlay::VertShaded::GPU_VERTEX_FORMAT_FUNC | ( | VertShaded | , |
| pos | , | ||
| vclass | , | ||
| nor | ) |
| float3 blender::draw::overlay::VertShaded::nor |
Definition at line 310 of file overlay_private.hh.
Referenced by GPU_VERTEX_FORMAT_FUNC().
| float3 blender::draw::overlay::VertShaded::pos |
Definition at line 308 of file overlay_private.hh.
Referenced by GPU_VERTEX_FORMAT_FUNC().
| VertexClass blender::draw::overlay::VertShaded::vclass |
Definition at line 309 of file overlay_private.hh.
Referenced by GPU_VERTEX_FORMAT_FUNC().