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