Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glPointSize
Method
glPointSize
client/src/main/java/jake2/client/render/opengl/QGL.java:109–109 ·
view source on GitHub ↗
(float size)
Source
from the content-addressed store, hash-verified
107
void
glPointParameterfEXT(
int
pname, float param);
108
109
void
glPointSize(float size);
110
111
void
glPolygonMode(
int
face,
int
mode);
112
Callers
2
glPointSize
Method · 0.65
R_DrawParticles
Method · 0.65
Implementers
2
LwjglGL
client/src/main/java/jake2/client/rend
DummyGL
client/src/main/java/jake2/client/rend
Calls
no outgoing calls
Tested by
no test coverage detected