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