Uses of Class
club.doki7.vulkan.command.VkEntryCommands
Packages that use VkEntryCommands
-
Uses of VkEntryCommands in club.doki7.vma
Methods in club.doki7.vma with parameters of type VkEntryCommandsModifier and TypeMethodDescriptionstatic void
VMAUtil.fillVulkanFunctions
(VmaVulkanFunctions functions, VkStaticCommands staticCommands, VkEntryCommands entryCommands, VkInstanceCommands instanceCommands, VkDeviceCommands deviceCommands) -
Uses of VkEntryCommands in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command that return VkEntryCommandsModifier and TypeMethodDescriptionstatic @NotNull VkEntryCommands
VulkanLoader.loadEntryCommands
(@NotNull VkStaticCommands staticCommands) Load Vulkan entry commands.