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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to aVkMultiDrawInfoEXTstructure in native memory.static final recordRepresents a pointer to / an array ofVkMultiDrawInfoEXTstructure(s) in native memory.