Blender V5.0
blender::draw::overlay::VertexWithColor Struct Reference

#include <overlay_private.hh>

Public Member Functions

 GPU_VERTEX_FORMAT_FUNC (VertexWithColor, pos, color)

Public Attributes

float3 pos
float3 color

Detailed Description

Definition at line 300 of file overlay_private.hh.

Member Function Documentation

◆ GPU_VERTEX_FORMAT_FUNC()

blender::draw::overlay::VertexWithColor::GPU_VERTEX_FORMAT_FUNC ( VertexWithColor ,
pos ,
color  )

References color, and pos.

Member Data Documentation

◆ color

float3 blender::draw::overlay::VertexWithColor::color

Definition at line 302 of file overlay_private.hh.

Referenced by GPU_VERTEX_FORMAT_FUNC().

◆ pos

float3 blender::draw::overlay::VertexWithColor::pos

Definition at line 301 of file overlay_private.hh.

Referenced by GPU_VERTEX_FORMAT_FUNC().


The documentation for this struct was generated from the following file: