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

Method unbindBuffer

src/main/java/net/optifine/render/VboRegion.java:282–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 }
281
282 public void unbindBuffer()
283 {
284 OpenGlHelper.glBindBuffer(OpenGlHelper.GL_ARRAY_BUFFER, 0);
285 }
286
287 public void deleteGlBuffers()
288 {

Callers 2

VboRegionMethod · 0.95
bufferDataMethod · 0.95

Calls 1

glBindBufferMethod · 0.95

Tested by

no test coverage detected