MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / toBytes

Method toBytes

src/main/java/net/optifine/render/VboRegion.java:296–299  ·  view source on GitHub ↗
(int vertex)

Source from the content-addressed store, hash-verified

294 }
295
296 private long toBytes(int vertex)
297 {
298 return (long)vertex * (long)this.vertexBytes;
299 }
300
301 private int toVertex(long bytes)
302 {

Callers 4

VboRegionMethod · 0.95
bufferDataMethod · 0.95
copyVboDataMethod · 0.95
expandVboMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected