Class ALCEXTEFX.Handles
java.lang.Object
overrungl.openal.ALCEXTEFX.Handles
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MethodHandle
The method handle ofalAuxiliaryEffectSlotf
.static final MethodHandle
The method handle ofalAuxiliaryEffectSlotfv
.static final MethodHandle
The method handle ofalAuxiliaryEffectSloti
.static final MethodHandle
The method handle ofalAuxiliaryEffectSlotiv
.static final MethodHandle
The method handle ofalDeleteAuxiliaryEffectSlots
.static final MethodHandle
The method handle ofalDeleteEffects
.static final MethodHandle
The method handle ofalDeleteFilters
.static final MethodHandle
The method handle ofalEffectf
.static final MethodHandle
The method handle ofalEffectfv
.static final MethodHandle
The method handle ofalEffecti
.static final MethodHandle
The method handle ofalEffectiv
.static final MethodHandle
The method handle ofalFilterf
.static final MethodHandle
The method handle ofalFilterfv
.static final MethodHandle
The method handle ofalFilteri
.static final MethodHandle
The method handle ofalFilteriv
.static final MethodHandle
The method handle ofalGenAuxiliaryEffectSlots
.static final MethodHandle
The method handle ofalGenEffects
.static final MethodHandle
The method handle ofalGenFilters
.static final MethodHandle
The method handle ofalGetAuxiliaryEffectSlotf
.static final MethodHandle
The method handle ofalGetAuxiliaryEffectSlotfv
.static final MethodHandle
The method handle ofalGetAuxiliaryEffectSloti
.static final MethodHandle
The method handle ofalGetAuxiliaryEffectSlotiv
.static final MethodHandle
The method handle ofalGetEffectf
.static final MethodHandle
The method handle ofalGetEffectfv
.static final MethodHandle
The method handle ofalGetEffecti
.static final MethodHandle
The method handle ofalGetEffectiv
.static final MethodHandle
The method handle ofalGetFilterf
.static final MethodHandle
The method handle ofalGetFilterfv
.static final MethodHandle
The method handle ofalGetFilteri
.static final MethodHandle
The method handle ofalGetFilteriv
.static final MethodHandle
The method handle ofalIsAuxiliaryEffectSlot
.static final MethodHandle
The method handle ofalIsEffect
.static final MethodHandle
The method handle ofalIsFilter
. -
Method Summary
-
Field Details
-
MH_alGenEffects
The method handle ofalGenEffects
. -
MH_alDeleteEffects
The method handle ofalDeleteEffects
. -
MH_alIsEffect
The method handle ofalIsEffect
. -
MH_alEffecti
The method handle ofalEffecti
. -
MH_alEffectiv
The method handle ofalEffectiv
. -
MH_alEffectf
The method handle ofalEffectf
. -
MH_alEffectfv
The method handle ofalEffectfv
. -
MH_alGetEffecti
The method handle ofalGetEffecti
. -
MH_alGetEffectiv
The method handle ofalGetEffectiv
. -
MH_alGetEffectf
The method handle ofalGetEffectf
. -
MH_alGetEffectfv
The method handle ofalGetEffectfv
. -
MH_alGenFilters
The method handle ofalGenFilters
. -
MH_alDeleteFilters
The method handle ofalDeleteFilters
. -
MH_alIsFilter
The method handle ofalIsFilter
. -
MH_alFilteri
The method handle ofalFilteri
. -
MH_alFilteriv
The method handle ofalFilteriv
. -
MH_alFilterf
The method handle ofalFilterf
. -
MH_alFilterfv
The method handle ofalFilterfv
. -
MH_alGetFilteri
The method handle ofalGetFilteri
. -
MH_alGetFilteriv
The method handle ofalGetFilteriv
. -
MH_alGetFilterf
The method handle ofalGetFilterf
. -
MH_alGetFilterfv
The method handle ofalGetFilterfv
. -
MH_alGenAuxiliaryEffectSlots
The method handle ofalGenAuxiliaryEffectSlots
. -
MH_alDeleteAuxiliaryEffectSlots
The method handle ofalDeleteAuxiliaryEffectSlots
. -
MH_alIsAuxiliaryEffectSlot
The method handle ofalIsAuxiliaryEffectSlot
. -
MH_alAuxiliaryEffectSloti
The method handle ofalAuxiliaryEffectSloti
. -
MH_alAuxiliaryEffectSlotiv
The method handle ofalAuxiliaryEffectSlotiv
. -
MH_alAuxiliaryEffectSlotf
The method handle ofalAuxiliaryEffectSlotf
. -
MH_alAuxiliaryEffectSlotfv
The method handle ofalAuxiliaryEffectSlotfv
. -
MH_alGetAuxiliaryEffectSloti
The method handle ofalGetAuxiliaryEffectSloti
. -
MH_alGetAuxiliaryEffectSlotiv
The method handle ofalGetAuxiliaryEffectSlotiv
. -
MH_alGetAuxiliaryEffectSlotf
The method handle ofalGetAuxiliaryEffectSlotf
. -
MH_alGetAuxiliaryEffectSlotfv
The method handle ofalGetAuxiliaryEffectSlotfv
.
-