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