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