Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMaintenance4Properties
Packages that use VkPhysicalDeviceMaintenance4Properties
-
Uses of VkPhysicalDeviceMaintenance4Properties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMaintenance4PropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMaintenance4Propertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMaintenance4PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance4Properties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMaintenance4Properties.clone(Arena arena, VkPhysicalDeviceMaintenance4Properties src) VkPhysicalDeviceMaintenance4Properties.maxBufferSize(long value) VkPhysicalDeviceMaintenance4Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance4Properties.sType(int value) VkPhysicalDeviceMaintenance4Properties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMaintenance4PropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMaintenance4PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance4Properties.clone(Arena arena, VkPhysicalDeviceMaintenance4Properties src) voidVkPhysicalDeviceMaintenance4Properties.Ptr.write(long index, @NotNull VkPhysicalDeviceMaintenance4Properties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMaintenance4PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance4Properties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMaintenance4Properties> consumer)