Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassAttachmentBeginInfo
Packages that use VkRenderPassAttachmentBeginInfo
-
Uses of VkRenderPassAttachmentBeginInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassAttachmentBeginInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderPassAttachmentBeginInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassAttachmentBeginInfoModifier and TypeMethodDescription@NotNull VkRenderPassAttachmentBeginInfo
VkRenderPassAttachmentBeginInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkRenderPassAttachmentBeginInfo.attachmentCount
(int value) VkRenderPassAttachmentBeginInfo.clone
(Arena arena, VkRenderPassAttachmentBeginInfo src) VkRenderPassAttachmentBeginInfo.pAttachments
(VkImageView.Ptr value) VkRenderPassAttachmentBeginInfo.sType
(int value) VkRenderPassAttachmentBeginInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassAttachmentBeginInfoModifier and TypeMethodDescription@NotNull Iterator
<VkRenderPassAttachmentBeginInfo> VkRenderPassAttachmentBeginInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRenderPassAttachmentBeginInfoModifier and TypeMethodDescriptionVkRenderPassAttachmentBeginInfo.clone
(Arena arena, VkRenderPassAttachmentBeginInfo src) void
VkRenderPassAttachmentBeginInfo.Ptr.write
(long index, @NotNull VkRenderPassAttachmentBeginInfo value)