Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getPointSize
Method
getPointSize
src/eepp/graphics/batchrenderer.cpp:1003–1005 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1001
}
1002
1003
Float BatchRenderer::getPointSize() {
1004
return GLi->pointSize();
1005
}
1006
1007
void BatchRenderer::setForceBlendModeChange( const bool& Force ) {
1008
mForceBlendMode = Force;
Callers
5
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
Calls
1
pointSize
Method · 0.45
Tested by
no test coverage detected