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