Uses of Record Class
club.doki7.vulkan.datatype.VkHostImageLayoutTransitionInfo
Packages that use VkHostImageLayoutTransitionInfo
-
Uses of VkHostImageLayoutTransitionInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkHostImageLayoutTransitionInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkHostImageLayoutTransitionInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkHostImageLayoutTransitionInfoModifier and TypeMethodDescription@NotNull VkHostImageLayoutTransitionInfo
VkHostImageLayoutTransitionInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkHostImageLayoutTransitionInfo.clone
(Arena arena, VkHostImageLayoutTransitionInfo src) VkHostImageLayoutTransitionInfo.newLayout
(int value) VkHostImageLayoutTransitionInfo.oldLayout
(int value) VkHostImageLayoutTransitionInfo.pNext
(@NotNull MemorySegment value) VkHostImageLayoutTransitionInfo.sType
(int value) VkHostImageLayoutTransitionInfo.subresourceRange
(@NotNull VkImageSubresourceRange value) VkHostImageLayoutTransitionInfo.subresourceRange
(Consumer<@NotNull VkImageSubresourceRange> consumer) VkHostImageLayoutTransitionInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkHostImageLayoutTransitionInfoModifier and TypeMethodDescription@NotNull Iterator
<VkHostImageLayoutTransitionInfo> VkHostImageLayoutTransitionInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkHostImageLayoutTransitionInfoModifier and TypeMethodDescriptionVkHostImageLayoutTransitionInfo.clone
(Arena arena, VkHostImageLayoutTransitionInfo src) void
VkHostImageLayoutTransitionInfo.Ptr.write
(long index, @NotNull VkHostImageLayoutTransitionInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkHostImageLayoutTransitionInfoModifier and TypeMethodDescriptionVkHostImageLayoutTransitionInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkHostImageLayoutTransitionInfo> consumer)