Blender V4.3
ViewLayerEngineData Struct Reference

#include <DNA_layer_types.h>

Public Attributes

struct ViewLayerEngineDatanext
 
struct ViewLayerEngineDataprev
 
struct DrawEngineTypeengine_type
 
void * storage
 
void(* free )(void *storage)
 

Detailed Description

Definition at line 97 of file DNA_layer_types.h.

Member Data Documentation

◆ engine_type

struct DrawEngineType* ViewLayerEngineData::engine_type

Definition at line 99 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ free

void(* ViewLayerEngineData::free) (void *storage)

Definition at line 101 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ next

struct ViewLayerEngineData* ViewLayerEngineData::next

Definition at line 98 of file DNA_layer_types.h.

◆ prev

struct ViewLayerEngineData * ViewLayerEngineData::prev

Definition at line 98 of file DNA_layer_types.h.

◆ storage

void* ViewLayerEngineData::storage

Definition at line 100 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().


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