Uses of Record Class
club.doki7.vulkan.datatype.VkQueueFamilyCheckpointProperties2NV
Packages that use VkQueueFamilyCheckpointProperties2NV
-
Uses of VkQueueFamilyCheckpointProperties2NV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueueFamilyCheckpointProperties2NVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkQueueFamilyCheckpointProperties2NV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueueFamilyCheckpointProperties2NVModifier and TypeMethodDescription@NotNull VkQueueFamilyCheckpointProperties2NV
VkQueueFamilyCheckpointProperties2NV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkQueueFamilyCheckpointProperties2NV.checkpointExecutionStageMask
(long value) VkQueueFamilyCheckpointProperties2NV.clone
(Arena arena, VkQueueFamilyCheckpointProperties2NV src) VkQueueFamilyCheckpointProperties2NV.sType
(int value) VkQueueFamilyCheckpointProperties2NV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueueFamilyCheckpointProperties2NVModifier and TypeMethodDescription@NotNull Iterator
<VkQueueFamilyCheckpointProperties2NV> VkQueueFamilyCheckpointProperties2NV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkQueueFamilyCheckpointProperties2NVModifier and TypeMethodDescriptionVkQueueFamilyCheckpointProperties2NV.clone
(Arena arena, VkQueueFamilyCheckpointProperties2NV src) void
VkQueueFamilyCheckpointProperties2NV.Ptr.write
(long index, @NotNull VkQueueFamilyCheckpointProperties2NV value)