Class OverrunGL
java.lang.Object
overrungl.OverrunGL
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe version of GLFW native libraries.static final StringThe version of NFD native libraries.static final StringThe version of OpenAL native libraries.static final StringThe version of Shaderc native libraries.static final StringThe version of stb native libraries.static final StringThe version of OverrunGL.static final StringThe version of Vulkan Memory Allocator native libraries. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the actual version of OverrunGL from the jar file.static voidLogs a message with the current API logger.Returns the API logger.static voidsetApiLogger(Consumer<String> logger) Sets the API logger.
-
Field Details
-
VERSION
-
GLFW_VERSION
-
NFD_VERSION
-
OPENAL_VERSION
-
SHADERC_VERSION
The version of Shaderc native libraries.- Since:
- 0.2.0
- See Also:
-
STB_VERSION
-
VMA_VERSION
The version of Vulkan Memory Allocator native libraries.- See Also:
-
-
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::println.- Returns:
- the API logger
-
apiLog
Logs a message with the current API logger.- Parameters:
message- the message to be logged.
-