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