Uses of Interface
club.doki7.vulkan.datatype.IVkBindBufferMemoryInfo
Packages that use IVkBindBufferMemoryInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkBindBufferMemoryInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkBindBufferMemoryInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.bindBufferMemory2
(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) int
VkDeviceCommands.bindBufferMemory2KHR
(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) -
Uses of IVkBindBufferMemoryInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkBindBufferMemoryInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkBindBufferMemoryInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkBindBufferMemoryInfo
structure(s) in native memory.