Package dev.prozilla.pine.common.lwjgl
Class ALUtils
java.lang.Object
dev.prozilla.pine.common.lwjgl.ALUtils
OpenAL utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull StringgetErrorString(int errorCode) Translates an OpenAL error code to a string describing the error.
-
Method Details
-
getErrorString
Translates an OpenAL error code to a string describing the error. Source: OpenAL Programmer's Guide.- Parameters:
errorCode- The error code, as returned byALC10.alcGetError(long)- Returns:
- The error description.
-