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