72 void render(
int contextIdx);
array< float, 4 > & getArray() const
Batch renderer for points.
ByteBuffer * sbTextureSpriteIndicesByteBuffer
ShortBuffer sbTextureSpriteIndices
ShortBuffer sbSpriteSheetDimension
BatchRendererPoints(Renderer *renderer, int32_t id)
Public constructor.
void render(int contextIdx)
Render.
FloatBuffer fbSpriteSheetDimension
ByteBuffer * fbVerticesByteBuffer
ByteBuffer * fbEffectColorMulByteBuffer
ByteBuffer * sbSpriteSheetDimensionByteBuffer
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.
ByteBuffer * fbTextureSpriteIndicesByteBuffer
ByteBuffer * fbEffectColorAddByteBuffer
FloatBuffer fbEffectColorAdd
ByteBuffer * fbColorsByteBuffer
static constexpr int32_t POINT_COUNT
FloatBuffer fbTextureSpriteIndices
vector< int32_t > * vboIds
~BatchRendererPoints()
Destructor.
void clear()
Clears this batch vbo renderer.
ByteBuffer * fbSpriteSheetDimensionByteBuffer
FloatBuffer fbEffectColorMul
ByteBuffer * fbPointSizesByteBuffer
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.
array< float, 3 > & getArray() const
virtual int32_t getPosition()
FloatBuffer * put(float value)
Put a float value into float buffer.
ShortBuffer * put(int16_t value)
Put a value into current position.
Transparent point to be rendered.