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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to aVkBindSparseInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkBindSparseInfostructure(s) in native memory.