Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ clear
Method
clear
client/src/main/java/jake2/client/render/fast/Polygon.java:82–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
private
final
void
clear() {
83
next = null;
84
chain = null;
85
numverts = 0;
86
flags = 0;
87
}
88
89
// the interleaved buffer has the format:
90
// textureCoord0 (index 0, 1)
Callers
8
create
Method · 0.95
R_DrawAlphaSurfaces
Method · 0.45
Draw_StretchRaw
Method · 0.45
R_SetupGL
Method · 0.45
GL_Upload32
Method · 0.45
GL_FreeUnusedImages
Method · 0.45
GL_ShutdownImages
Method · 0.45
Mod_Free
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected