MCPcopy Index your code
hub / github.com/g3n/engine / SourceQueueBuffers

Function SourceQueueBuffers

audio/al/al.go:776–779  ·  view source on GitHub ↗
(source uint32, buffers ...uint32)

Source from the content-addressed store, hash-verified

774}
775
776func SourceQueueBuffers(source uint32, buffers ...uint32) {
777
778 C.alSourceQueueBuffers(C.ALuint(source), C.ALsizei(len(buffers)), (*C.ALuint)(unsafe.Pointer(&buffers[0])))
779}
780
781func SourceUnqueueBuffers(source uint32, n uint32, buffers []uint32) {
782

Callers 1

fillBufferMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected