Uses of Class
club.doki7.vulkan.command.VkStaticCommands
Packages that use VkStaticCommands
-
Uses of VkStaticCommands in club.doki7.vma
Methods in club.doki7.vma with parameters of type VkStaticCommandsModifier and TypeMethodDescriptionstatic void
VMAUtil.fillVulkanFunctions
(VmaVulkanFunctions functions, VkStaticCommands staticCommands, VkEntryCommands entryCommands, VkInstanceCommands instanceCommands, VkDeviceCommands deviceCommands) -
Uses of VkStaticCommands in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command that return VkStaticCommandsModifier and TypeMethodDescriptionstatic @NotNull VkStaticCommands
VulkanLoader.loadStaticCommands
(ISharedLibrary libVulkan) Load Vulkan static commands.Methods in club.doki7.vulkan.command with parameters of type VkStaticCommandsModifier and TypeMethodDescriptionstatic @NotNull VkDeviceCommands
VulkanLoader.loadDeviceCommands
(@NotNull VkDevice device, @NotNull VkStaticCommands staticCommands) Load Vulkan device commands.static @NotNull VkEntryCommands
VulkanLoader.loadEntryCommands
(@NotNull VkStaticCommands staticCommands) Load Vulkan entry commands.static @NotNull VkInstanceCommands
VulkanLoader.loadInstanceCommands
(@NotNull VkInstance instance, @NotNull VkStaticCommands staticCommands) Load Vulkan instance commands.