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 TypeMethodDescriptionintVkDeviceCommands.bindBufferMemory2(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) intVkDeviceCommands.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 recordRepresents a pointer to aVkBindBufferMemoryInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkBindBufferMemoryInfostructure(s) in native memory.