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