Uses of Interface
club.doki7.vulkan.datatype.IVkBindSparseInfo
Packages that use IVkBindSparseInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkBindSparseInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkBindSparseInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.queueBindSparse
(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) -
Uses of IVkBindSparseInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkBindSparseInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkBindSparseInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkBindSparseInfo
structure(s) in native memory.