Uses of Interface
club.doki7.vulkan.datatype.IVkVertexInputBindingDescription2EXT
Packages that use IVkVertexInputBindingDescription2EXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkVertexInputBindingDescription2EXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkVertexInputBindingDescription2EXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetVertexInputEXT
(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) -
Uses of IVkVertexInputBindingDescription2EXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkVertexInputBindingDescription2EXTModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkVertexInputBindingDescription2EXT
structure in native memory.static final record
Represents a pointer to / an array ofVkVertexInputBindingDescription2EXT
structure(s) in native memory.