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