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