Blender  V2.93
Public Attributes | List of all members
EXTERNAL_Data Struct Reference

Public Attributes

void * engine_type
 
EXTERNAL_FramebufferListfbl
 
EXTERNAL_TextureListtxl
 
EXTERNAL_PassListpsl
 
EXTERNAL_StorageListstl
 
char info [GPU_INFO_SIZE]
 

Detailed Description

Definition at line 79 of file external_engine.c.

Member Data Documentation

◆ engine_type

void* EXTERNAL_Data::engine_type

Definition at line 80 of file external_engine.c.

◆ fbl

EXTERNAL_FramebufferList* EXTERNAL_Data::fbl

Definition at line 81 of file external_engine.c.

◆ info

char EXTERNAL_Data::info[GPU_INFO_SIZE]

Definition at line 85 of file external_engine.c.

◆ psl

EXTERNAL_PassList* EXTERNAL_Data::psl

Definition at line 83 of file external_engine.c.

◆ stl

EXTERNAL_StorageList* EXTERNAL_Data::stl

Definition at line 84 of file external_engine.c.

◆ txl

EXTERNAL_TextureList* EXTERNAL_Data::txl

Definition at line 82 of file external_engine.c.


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