Blender  V2.93
Public Attributes | List of all members
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 102 of file DNA_layer_types.h.

Member Data Documentation

◆ engine_type

struct DrawEngineType* ViewLayerEngineData::engine_type

Definition at line 104 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ free

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

Definition at line 106 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ next

struct ViewLayerEngineData* ViewLayerEngineData::next

Definition at line 103 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ prev

struct ViewLayerEngineData * ViewLayerEngineData::prev

Definition at line 103 of file DNA_layer_types.h.

◆ storage

void* ViewLayerEngineData::storage

Definition at line 105 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: