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