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 record
Represents a pointer to / an array ofVkQueueFamilyCheckpointPropertiesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueueFamilyCheckpointPropertiesNVModifier and TypeMethodDescription@NotNull VkQueueFamilyCheckpointPropertiesNV
VkQueueFamilyCheckpointPropertiesNV.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.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) void
VkQueueFamilyCheckpointPropertiesNV.Ptr.write
(long index, @NotNull VkQueueFamilyCheckpointPropertiesNV value)