Enum EFXContextAttributes
Defines new context attributes.
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum EFXContextAttributes
Fields
Name | Description |
---|---|
MaxAuxiliarySends | Default: 2 This Context property can be passed to OpenAL during Context creation (alcCreateContext) to request a maximum number of Auxiliary Sends desired on each Source. It is not guaranteed that the desired number of sends will be available, so an application should query this property after creating the context using alcGetIntergerv. |