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