Uses of Class
club.doki7.vulkan.command.VkInstanceCommands
Packages that use VkInstanceCommands
-
Uses of VkInstanceCommands in club.doki7.vma
Methods in club.doki7.vma with parameters of type VkInstanceCommandsModifier and TypeMethodDescriptionstatic voidVMAUtil.fillVulkanFunctions(VmaVulkanFunctions functions, VkStaticCommands staticCommands, VkEntryCommands entryCommands, VkInstanceCommands instanceCommands, VkDeviceCommands deviceCommands) -
Uses of VkInstanceCommands in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command that return VkInstanceCommandsModifier and TypeMethodDescriptionstatic @NotNull VkInstanceCommandsVulkanLoader.loadInstanceCommands(@NotNull VkInstance instance, @NotNull VkStaticCommands staticCommands) Load Vulkan instance commands.