OpenTK.Audio.OpenAL.AL.GenBuffers Method
This function generates one or more buffers, which contain audio buffer (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers).

Syntax

[System.CLSCompliant(false)]
[System.Security.SuppressUnmanagedCodeSecurity]
public static void GenBuffers (int n, uint* buffers)

Parameters

n
The number of buffers to be generated.
buffers
Pointer to an array of uint values which will store the names of the new buffers.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK-1.0 (in OpenTK-1.0.dll)
Assembly Versions: 0.0.0.0