Blender  V3.3
Public Attributes | List of all members
DrawData Struct Reference

#include <DNA_ID.h>

Inheritance diagram for DrawData:
blender::eevee::ObjectHandle blender::eevee::WorldHandle

Public Attributes

struct DrawDatanext
 
struct DrawDataprev
 
struct DrawEngineTypeengine_type
 
DrawDataFreeCb free
 
int recalc
 

Detailed Description

Definition at line 34 of file DNA_ID.h.

Member Data Documentation

◆ engine_type

struct DrawEngineType* DrawData::engine_type

Definition at line 36 of file DNA_ID.h.

Referenced by DRW_drawdata_ensure().

◆ free

DrawDataFreeCb DrawData::free

Definition at line 38 of file DNA_ID.h.

Referenced by DRW_drawdata_ensure().

◆ next

struct DrawData* DrawData::next

Definition at line 35 of file DNA_ID.h.

◆ prev

struct DrawData * DrawData::prev

Definition at line 35 of file DNA_ID.h.

◆ recalc

int DrawData::recalc

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