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

#include <overlay_private.hh>

Public Member Functions

 GPU_VERTEX_FORMAT_FUNC (VertShaded, pos, vclass, nor)

Public Attributes

float3 pos
VertexClass vclass
float3 nor

Detailed Description

Definition at line 307 of file overlay_private.hh.

Member Function Documentation

◆ GPU_VERTEX_FORMAT_FUNC()

blender::draw::overlay::VertShaded::GPU_VERTEX_FORMAT_FUNC ( VertShaded ,
pos ,
vclass ,
nor  )

References nor, pos, and vclass.

Member Data Documentation

◆ nor

float3 blender::draw::overlay::VertShaded::nor

Definition at line 310 of file overlay_private.hh.

Referenced by GPU_VERTEX_FORMAT_FUNC().

◆ pos

float3 blender::draw::overlay::VertShaded::pos

Definition at line 308 of file overlay_private.hh.

Referenced by GPU_VERTEX_FORMAT_FUNC().

◆ vclass

VertexClass blender::draw::overlay::VertShaded::vclass

Definition at line 309 of file overlay_private.hh.

Referenced by GPU_VERTEX_FORMAT_FUNC().


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