TDME2 1.9.121
Public Types | Public Attributes | List of all members
Engine::EngineThreadQueueElement Struct Reference
Collaboration diagram for Engine::EngineThreadQueueElement:
Collaboration graph

Public Types

enum  Type { TYPE_NONE , TYPE_PRERENDER , TYPE_TRANSFORMATIONS , TYPE_RENDERING }
 

Public Attributes

Type type { TYPE_NONE }
 
Engineengine { nullptr }
 
struct {
   bool   computeTransformations { false }
 
transformations
 
struct {
   Entity::RenderPass   renderPass
 
   uint32_t   renderTypes
 
   bool   collectTransparentFaces
 
rendering
 
vector< Object3D * > objects
 

Detailed Description

Definition at line 295 of file Engine.h.

Member Enumeration Documentation

◆ Type

enum Type
Enumerator
TYPE_NONE 
TYPE_PRERENDER 
TYPE_TRANSFORMATIONS 
TYPE_RENDERING 

Definition at line 296 of file Engine.h.

Member Data Documentation

◆ collectTransparentFaces

bool collectTransparentFaces

Definition at line 309 of file Engine.h.

◆ computeTransformations

bool computeTransformations { false }

Definition at line 303 of file Engine.h.

◆ engine

Engine* engine { nullptr }

Definition at line 300 of file Engine.h.

◆ objects

vector<Object3D*> objects

Definition at line 312 of file Engine.h.

◆ 

struct { ... } rendering

◆ renderPass

Entity::RenderPass renderPass

Definition at line 307 of file Engine.h.

◆ renderTypes

uint32_t renderTypes

Definition at line 308 of file Engine.h.

◆ 

struct { ... } transformations

◆ type

Type type { TYPE_NONE }

Definition at line 298 of file Engine.h.


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