Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTimelineSemaphoreProperties
Packages that use VkPhysicalDeviceTimelineSemaphoreProperties
-
Uses of VkPhysicalDeviceTimelineSemaphoreProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceTimelineSemaphorePropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceTimelineSemaphoreProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTimelineSemaphorePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceTimelineSemaphoreProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceTimelineSemaphoreProperties.clone
(Arena arena, VkPhysicalDeviceTimelineSemaphoreProperties src) VkPhysicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference
(long value) VkPhysicalDeviceTimelineSemaphoreProperties.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceTimelineSemaphoreProperties.sType
(int value) VkPhysicalDeviceTimelineSemaphoreProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceTimelineSemaphorePropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceTimelineSemaphorePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceTimelineSemaphoreProperties.clone
(Arena arena, VkPhysicalDeviceTimelineSemaphoreProperties src) void
VkPhysicalDeviceTimelineSemaphoreProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceTimelineSemaphoreProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceTimelineSemaphorePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceTimelineSemaphoreProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTimelineSemaphoreProperties> consumer)