Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VboRegion
Method · 0.95
bufferData
Method · 0.95
copyVboData
Method · 0.95
expandVbo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected