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

#include <DNA_layer_types.h>

Public Attributes

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

Detailed Description

Definition at line 89 of file DNA_layer_types.h.

Member Data Documentation

◆ engine_type

struct DrawEngineType* ViewLayerEngineData::engine_type

Definition at line 91 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ free

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

Definition at line 93 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ next

struct ViewLayerEngineData* ViewLayerEngineData::next

Definition at line 90 of file DNA_layer_types.h.

Referenced by DRW_view_layer_engine_data_ensure_ex().

◆ prev

struct ViewLayerEngineData * ViewLayerEngineData::prev

Definition at line 90 of file DNA_layer_types.h.

◆ storage

void* ViewLayerEngineData::storage

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