MCPcopy 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

VboRegionMethod · 0.95
bufferDataMethod · 0.95
finishDrawMethod · 0.95

Calls 1

glBindBufferMethod · 0.95

Tested by

no test coverage detected