Uses of Interface
club.doki7.ffm.library.ISharedLibrary
Packages that use ISharedLibrary
Package
Description
Vulkan API commands
-
Uses of ISharedLibrary in club.doki7.ffm.library
Classes in club.doki7.ffm.library that implement ISharedLibraryModifier and TypeClassDescriptionenum
final class
final class
Methods in club.doki7.ffm.library that return ISharedLibraryModifier and TypeMethodDescription@NotNull ISharedLibrary
ILibraryLoader.loadLibrary
(@NotNull String libName) @NotNull ISharedLibrary
JavaSystemLibraryLoader.loadLibrary
(@NotNull String libName) @NotNull ISharedLibrary
UnixLibraryLoader.loadLibrary
(@NotNull String libName) @NotNull ISharedLibrary
WindowsLibraryLoader.loadLibrary
(@NotNull String libName) -
Uses of ISharedLibrary in club.doki7.glfw
Methods in club.doki7.glfw that return ISharedLibraryModifier and TypeMethodDescriptionstatic ISharedLibrary
GLFWLoader.loadGLFWLibrary()
Try loading the GLFW library.Methods in club.doki7.glfw with parameters of type ISharedLibraryModifier and TypeMethodDescriptionstatic GLFW
GLFWLoader.loadGLFW
(ISharedLibrary libGLFW) Load GLFW functions. -
Uses of ISharedLibrary in club.doki7.openal
Methods in club.doki7.openal that return ISharedLibraryModifier and TypeMethodDescriptionstatic ISharedLibrary
ALLoader.loadOpenALLibrary()
Try loading the OpenAL library.Methods in club.doki7.openal with parameters of type ISharedLibraryModifier and TypeMethodDescriptionstatic AL
ALLoader.loadAL
(ISharedLibrary libOpenAL) static ALC
ALLoader.loadALC
(ISharedLibrary libOpenAL) -
Uses of ISharedLibrary in club.doki7.openxr
Methods in club.doki7.openxr that return ISharedLibraryMethods in club.doki7.openxr with parameters of type ISharedLibraryModifier and TypeMethodDescriptionstatic @NotNull XRStatic
XRLoader.loadStaticCommands
(@NotNull ISharedLibrary library) -
Uses of ISharedLibrary in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command that return ISharedLibraryModifier and TypeMethodDescriptionstatic ISharedLibrary
VulkanLoader.loadVulkanLibrary()
Try loading the Vulkan library.Methods in club.doki7.vulkan.command with parameters of type ISharedLibraryModifier and TypeMethodDescriptionstatic @NotNull VkStaticCommands
VulkanLoader.loadStaticCommands
(ISharedLibrary libVulkan) Load Vulkan static commands.