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 recordRepresents a pointer to / an array ofVkQueueFamilyCheckpointProperties2NVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueueFamilyCheckpointProperties2NVModifier and TypeMethodDescription@NotNull VkQueueFamilyCheckpointProperties2NVVkQueueFamilyCheckpointProperties2NV.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.pNext(@NotNull MemorySegment value) 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) voidVkQueueFamilyCheckpointProperties2NV.Ptr.write(long index, @NotNull VkQueueFamilyCheckpointProperties2NV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueueFamilyCheckpointProperties2NVModifier and TypeMethodDescriptionVkQueueFamilyCheckpointProperties2NV.Ptr.at(long index, @NotNull Consumer<@NotNull VkQueueFamilyCheckpointProperties2NV> consumer)