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