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 TypeClassDescriptionenumfinal classfinal classMethods in club.doki7.ffm.library that return ISharedLibraryModifier and TypeMethodDescription@NotNull ISharedLibraryILibraryLoader.loadLibrary(@NotNull String libName) @NotNull ISharedLibraryJavaSystemLibraryLoader.loadLibrary(@NotNull String libName) @NotNull ISharedLibraryUnixLibraryLoader.loadLibrary(@NotNull String libName) @NotNull ISharedLibraryWindowsLibraryLoader.loadLibrary(@NotNull String libName) -
Uses of ISharedLibrary in club.doki7.glfw
Methods in club.doki7.glfw that return ISharedLibraryModifier and TypeMethodDescriptionstatic ISharedLibraryGLFWLoader.loadGLFWLibrary()Try loading the GLFW library.Methods in club.doki7.glfw with parameters of type ISharedLibraryModifier and TypeMethodDescriptionstatic GLFWGLFWLoader.loadGLFW(ISharedLibrary libGLFW) Load GLFW functions. -
Uses of ISharedLibrary in club.doki7.openal
Methods in club.doki7.openal that return ISharedLibraryModifier and TypeMethodDescriptionstatic ISharedLibraryALLoader.loadOpenALLibrary()Try loading the OpenAL library.Methods in club.doki7.openal with parameters of type ISharedLibraryModifier and TypeMethodDescriptionstatic ALALLoader.loadAL(ISharedLibrary libOpenAL) static ALCALLoader.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 XRStaticXRLoader.loadStaticCommands(@NotNull ISharedLibrary library) -
Uses of ISharedLibrary in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command that return ISharedLibraryModifier and TypeMethodDescriptionstatic ISharedLibraryVulkanLoader.loadVulkanLibrary()Try loading the Vulkan library.Methods in club.doki7.vulkan.command with parameters of type ISharedLibraryModifier and TypeMethodDescriptionstatic @NotNull VkStaticCommandsVulkanLoader.loadStaticCommands(ISharedLibrary libVulkan) Load Vulkan static commands.