Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ pointSetColor
Method
pointSetColor
src/eepp/graphics/batchrenderer.cpp:631–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
629
}
630
631
void BatchRenderer::pointSetColor( const Color& color ) {
632
mVerColor[0] = color;
633
}
634
635
void BatchRenderer::pointSetTexCoord( const Float& x, const Float& y ) {
636
mTexCoord[0].x = x;
Callers
7
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
drawPoint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected