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