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 recordRepresents a pointer to / an array ofVkRenderPassAttachmentBeginInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassAttachmentBeginInfoModifier and TypeMethodDescription@NotNull VkRenderPassAttachmentBeginInfoVkRenderPassAttachmentBeginInfo.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.pNext(@NotNull MemorySegment 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) voidVkRenderPassAttachmentBeginInfo.Ptr.write(long index, @NotNull VkRenderPassAttachmentBeginInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassAttachmentBeginInfoModifier and TypeMethodDescriptionVkRenderPassAttachmentBeginInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderPassAttachmentBeginInfo> consumer)