Class OverrunGL
java.lang.Object
overrungl.OverrunGL
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The version of GLFW native libraries.static final String
The version of NFD native libraries.static final String
The version of OpenAL native libraries.static final String
The version of STB native libraries.static final String
The version of OverrunGL. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the actual version of OverrunGL from the jar file.static void
Logs a message with the current API logger.Returns the API logger.static void
setApiLogger
(Consumer<String> logger) Sets the API logger.
-
Field Details
-
VERSION
-
GLFW_VERSION
-
NFD_VERSION
-
OPENAL_VERSION
-
STB_VERSION
-
-
Method Details
-
actualVersion
Returns the actual version of OverrunGL from the jar file.- Returns:
- the actual version of OverrunGL from the jar file
-
setApiLogger
-
apiLogger
Returns the API logger. Defaults toSystem.err
.- Returns:
- the API logger
-
apiLog
Logs a message with the current API logger.- Parameters:
message
- the message to be logged.
-