TDME2 1.9.121
Public Member Functions | Protected Member Functions | List of all members
TransparentRenderFacesPool_TransparentRenderFacesPool Class Reference

Transparent render faces pool. More...

#include <tdme/engine/subsystems/rendering/TransparentRenderFacesPool_TransparentRenderFacesPool.h>

Inheritance diagram for TransparentRenderFacesPool_TransparentRenderFacesPool:
Inheritance graph
Collaboration diagram for TransparentRenderFacesPool_TransparentRenderFacesPool:
Collaboration graph

Public Member Functions

 TransparentRenderFacesPool_TransparentRenderFacesPool ()
 Public constructor. More...
 
- Public Member Functions inherited from Pool< TransparentRenderFace * >
 Pool ()
 Public constructor. More...
 
virtual ~Pool ()
 
TransparentRenderFace * allocate ()
 Allocate a new element from pool. More...
 
void release (TransparentRenderFace * element)
 Release element in pool for being reused. More...
 
int32_t capacity ()
 
int32_t size ()
 
void reset ()
 Reset this pool. More...
 

Protected Member Functions

TransparentRenderFaceinstantiate () override
 Instantiate a transparent render face. More...
 
virtual TransparentRenderFace * instantiate ()=0
 Instantiate element. More...
 

Detailed Description

Transparent render faces pool.

Author
Andreas Drewke

Definition at line 16 of file TransparentRenderFacesPool_TransparentRenderFacesPool.h.

Constructor & Destructor Documentation

◆ TransparentRenderFacesPool_TransparentRenderFacesPool()

Public constructor.

Definition at line 10 of file TransparentRenderFacesPool_TransparentRenderFacesPool.cpp.

Member Function Documentation

◆ instantiate()

TransparentRenderFace * instantiate ( )
inlineoverrideprotectedvirtual

Instantiate a transparent render face.

Implements Pool< TransparentRenderFace * >.

Definition at line 29 of file TransparentRenderFacesPool_TransparentRenderFacesPool.h.


The documentation for this class was generated from the following files: