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 record
Represents a pointer to / an array ofVkFramebufferAttachmentsCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFramebufferAttachmentsCreateInfoModifier and TypeMethodDescription@NotNull VkFramebufferAttachmentsCreateInfo
VkFramebufferAttachmentsCreateInfo.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.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) void
VkFramebufferAttachmentsCreateInfo.Ptr.write
(long index, @NotNull VkFramebufferAttachmentsCreateInfo value)