MCPcopy 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

createMethod · 0.95
R_DrawAlphaSurfacesMethod · 0.45
Draw_StretchRawMethod · 0.45
R_SetupGLMethod · 0.45
GL_Upload32Method · 0.45
GL_FreeUnusedImagesMethod · 0.45
GL_ShutdownImagesMethod · 0.45
Mod_FreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected