Uses of Record Class
club.doki7.vulkan.datatype.VkQueueFamilyCheckpointPropertiesNV
Packages that use VkQueueFamilyCheckpointPropertiesNV
-
Uses of VkQueueFamilyCheckpointPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueueFamilyCheckpointPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkQueueFamilyCheckpointPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueueFamilyCheckpointPropertiesNVModifier and TypeMethodDescription@NotNull VkQueueFamilyCheckpointPropertiesNVVkQueueFamilyCheckpointPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkQueueFamilyCheckpointPropertiesNV.checkpointExecutionStageMask(int value) VkQueueFamilyCheckpointPropertiesNV.clone(Arena arena, VkQueueFamilyCheckpointPropertiesNV src) VkQueueFamilyCheckpointPropertiesNV.pNext(@NotNull MemorySegment value) VkQueueFamilyCheckpointPropertiesNV.sType(int value) VkQueueFamilyCheckpointPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueueFamilyCheckpointPropertiesNVModifier and TypeMethodDescription@NotNull Iterator<VkQueueFamilyCheckpointPropertiesNV> VkQueueFamilyCheckpointPropertiesNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkQueueFamilyCheckpointPropertiesNVModifier and TypeMethodDescriptionVkQueueFamilyCheckpointPropertiesNV.clone(Arena arena, VkQueueFamilyCheckpointPropertiesNV src) voidVkQueueFamilyCheckpointPropertiesNV.Ptr.write(long index, @NotNull VkQueueFamilyCheckpointPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueueFamilyCheckpointPropertiesNVModifier and TypeMethodDescriptionVkQueueFamilyCheckpointPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkQueueFamilyCheckpointPropertiesNV> consumer)