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