TDME2 1.9.121
|
Transparent render faces pool. More...
#include <tdme/engine/subsystems/rendering/TransparentRenderFacesPool_TransparentRenderFacesPool.h>
Public Member Functions | |
TransparentRenderFacesPool_TransparentRenderFacesPool () | |
Public constructor. More... | |
![]() | |
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 | |
TransparentRenderFace * | instantiate () override |
Instantiate a transparent render face. More... | |
virtual TransparentRenderFace * | instantiate ()=0 |
Instantiate element. More... | |
Transparent render faces pool.
Definition at line 16 of file TransparentRenderFacesPool_TransparentRenderFacesPool.h.
Public constructor.
Definition at line 10 of file TransparentRenderFacesPool_TransparentRenderFacesPool.cpp.
|
inlineoverrideprotectedvirtual |
Instantiate a transparent render face.
Implements Pool< TransparentRenderFace * >.
Definition at line 29 of file TransparentRenderFacesPool_TransparentRenderFacesPool.h.