Uses of Interface
club.doki7.vulkan.datatype.IVkCheckpointDataNV
Packages that use IVkCheckpointDataNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkCheckpointDataNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkCheckpointDataNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getQueueCheckpointDataNV
(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointDataNV pCheckpointData) -
Uses of IVkCheckpointDataNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkCheckpointDataNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkCheckpointDataNV
structure in native memory.static final record
Represents a pointer to / an array ofVkCheckpointDataNV
structure(s) in native memory.