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