Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ bindBuffer
Method
bindBuffer
src/main/java/net/optifine/render/VboRegion.java:245–248 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
public
void
bindBuffer()
246
{
247
OpenGlHelper.glBindBuffer(OpenGlHelper.GL_ARRAY_BUFFER, this.glBufferId);
248
}
249
250
public
void
drawArrays(
int
drawMode, VboRange range)
251
{
Callers
3
VboRegion
Method · 0.95
bufferData
Method · 0.95
finishDraw
Method · 0.95
Calls
1
glBindBuffer
Method · 0.95
Tested by
no test coverage detected