TDME2 1.9.121
|
Batch renderer for points. More...
#include <tdme/engine/subsystems/rendering/BatchRendererPoints.h>
Public Member Functions | |
bool | isAcquired () |
bool | acquire () |
Acquire. More... | |
void | release () |
Release. More... | |
void | initialize () |
Init. More... | |
void | dispose () |
Dispose. More... | |
Private Member Functions | |
BatchRendererPoints (Renderer *renderer, int32_t id) | |
Public constructor. More... | |
~BatchRendererPoints () | |
Destructor. More... | |
void | render (int contextIdx) |
Render. More... | |
void | clear () |
Clears this batch vbo renderer. More... | |
void | addPoint (const TransparentRenderPoint *point, int textureIndex, float pointSize, const Color4 &effectColorMul, const Color4 &effectColorAdd, int textureHorizontalSprites, int textureVerticalSprites) |
Adds a transparent render point to this transparent render points. More... | |
void | addPointNoInteger (const TransparentRenderPoint *point, int textureIndex, float pointSize, const Color4 &effectColorMul, const Color4 &effectColorAdd, int textureHorizontalSprites, int textureVerticalSprites) |
Adds a transparent render point to this transparent render points. More... | |
bool | hasPoints () |
int | getPointCount () |
Private Attributes | |
Renderer * | renderer { nullptr } |
vector< int32_t > * | vboIds { nullptr } |
int32_t | id |
bool | acquired |
ByteBuffer * | fbVerticesByteBuffer { nullptr } |
FloatBuffer | fbVertices |
ByteBuffer * | sbTextureSpriteIndicesByteBuffer { nullptr } |
ShortBuffer | sbTextureSpriteIndices |
ByteBuffer * | fbColorsByteBuffer { nullptr } |
FloatBuffer | fbColors |
ByteBuffer * | fbPointSizesByteBuffer { nullptr } |
FloatBuffer | fbPointSizes |
ByteBuffer * | sbSpriteSheetDimensionByteBuffer { nullptr } |
ShortBuffer | sbSpriteSheetDimension |
ByteBuffer * | fbEffectColorMulByteBuffer { nullptr } |
FloatBuffer | fbEffectColorMul |
ByteBuffer * | fbEffectColorAddByteBuffer { nullptr } |
FloatBuffer | fbEffectColorAdd |
ByteBuffer * | fbTextureSpriteIndicesByteBuffer { nullptr } |
FloatBuffer | fbTextureSpriteIndices |
ByteBuffer * | fbSpriteSheetDimensionByteBuffer { nullptr } |
FloatBuffer | fbSpriteSheetDimension |
Static Private Attributes | |
static constexpr int32_t | POINT_COUNT { 65535 } |
Friends | |
class | EntityRenderer |
|
private |
Public constructor.
Definition at line 34 of file BatchRendererPoints.cpp.
|
private |
Destructor.
Definition at line 53 of file BatchRendererPoints.cpp.
|
inline |
Acquire.
Definition at line 134 of file BatchRendererPoints.h.
|
inlineprivate |
Adds a transparent render point to this transparent render points.
point | transparent render point |
Definition at line 83 of file BatchRendererPoints.h.
|
inlineprivate |
Adds a transparent render point to this transparent render points.
point | transparent render point |
Definition at line 99 of file BatchRendererPoints.h.
|
private |
Clears this batch vbo renderer.
Definition at line 126 of file BatchRendererPoints.cpp.
void dispose | ( | ) |
Dispose.
Definition at line 118 of file BatchRendererPoints.cpp.
|
inlineprivate |
Definition at line 118 of file BatchRendererPoints.h.
|
inlineprivate |
Definition at line 114 of file BatchRendererPoints.h.
void initialize | ( | ) |
Init.
Definition at line 69 of file BatchRendererPoints.cpp.
|
inline |
Definition at line 127 of file BatchRendererPoints.h.
|
inline |
Release.
Definition at line 143 of file BatchRendererPoints.h.
|
private |
|
friend |
Definition at line 30 of file BatchRendererPoints.h.
|
private |
Definition at line 37 of file BatchRendererPoints.h.
|
private |
Definition at line 43 of file BatchRendererPoints.h.
|
private |
Definition at line 42 of file BatchRendererPoints.h.
|
private |
Definition at line 51 of file BatchRendererPoints.h.
|
private |
Definition at line 50 of file BatchRendererPoints.h.
|
private |
Definition at line 49 of file BatchRendererPoints.h.
|
private |
Definition at line 48 of file BatchRendererPoints.h.
|
private |
Definition at line 45 of file BatchRendererPoints.h.
|
private |
Definition at line 44 of file BatchRendererPoints.h.
|
private |
Definition at line 56 of file BatchRendererPoints.h.
|
private |
Definition at line 55 of file BatchRendererPoints.h.
|
private |
Definition at line 54 of file BatchRendererPoints.h.
|
private |
Definition at line 53 of file BatchRendererPoints.h.
|
private |
Definition at line 39 of file BatchRendererPoints.h.
|
private |
Definition at line 38 of file BatchRendererPoints.h.
|
private |
Definition at line 36 of file BatchRendererPoints.h.
|
staticconstexprprivate |
Definition at line 33 of file BatchRendererPoints.h.
|
private |
Definition at line 34 of file BatchRendererPoints.h.
|
private |
Definition at line 47 of file BatchRendererPoints.h.
|
private |
Definition at line 46 of file BatchRendererPoints.h.
|
private |
Definition at line 41 of file BatchRendererPoints.h.
|
private |
Definition at line 40 of file BatchRendererPoints.h.
|
private |
Definition at line 35 of file BatchRendererPoints.h.