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