Uses of Record Class
club.doki7.vulkan.datatype.VkFramebufferAttachmentsCreateInfo
Packages that use VkFramebufferAttachmentsCreateInfo
-
Uses of VkFramebufferAttachmentsCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkFramebufferAttachmentsCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkFramebufferAttachmentsCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFramebufferAttachmentsCreateInfoModifier and TypeMethodDescription@NotNull VkFramebufferAttachmentsCreateInfoVkFramebufferAttachmentsCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkFramebufferAttachmentsCreateInfo.attachmentImageInfoCount(int value) VkFramebufferAttachmentsCreateInfo.clone(Arena arena, VkFramebufferAttachmentsCreateInfo src) VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfos(@Nullable IVkFramebufferAttachmentImageInfo value) VkFramebufferAttachmentsCreateInfo.pNext(@NotNull MemorySegment value) VkFramebufferAttachmentsCreateInfo.sType(int value) VkFramebufferAttachmentsCreateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkFramebufferAttachmentsCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkFramebufferAttachmentsCreateInfo> VkFramebufferAttachmentsCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkFramebufferAttachmentsCreateInfoModifier and TypeMethodDescriptionVkFramebufferAttachmentsCreateInfo.clone(Arena arena, VkFramebufferAttachmentsCreateInfo src) voidVkFramebufferAttachmentsCreateInfo.Ptr.write(long index, @NotNull VkFramebufferAttachmentsCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkFramebufferAttachmentsCreateInfoModifier and TypeMethodDescriptionVkFramebufferAttachmentsCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkFramebufferAttachmentsCreateInfo> consumer)