MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / AttachToUnit

Method AttachToUnit

GTE/Graphics/GL46/GL46AtomicCounterBuffer.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void GL46AtomicCounterBuffer::AttachToUnit(GLint atomicCounterBufferUnit)
31{
32 glBindBufferBase(GL_ATOMIC_COUNTER_BUFFER, atomicCounterBufferUnit, mGLHandle);
33}
34
35

Callers

nothing calls this directly

Calls 1

glBindBufferBaseFunction · 0.85

Tested by

no test coverage detected