Uses of Interface
club.doki7.vulkan.datatype.IVkMultiDrawInfoEXT
Packages that use IVkMultiDrawInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkMultiDrawInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkMultiDrawInfoEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdDrawMultiEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) -
Uses of IVkMultiDrawInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkMultiDrawInfoEXTModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkMultiDrawInfoEXT
structure in native memory.static final record
Represents a pointer to / an array ofVkMultiDrawInfoEXT
structure(s) in native memory.