Uses of Record Class
club.doki7.vulkan.datatype.VkFramebufferAttachmentImageInfo
Packages that use VkFramebufferAttachmentImageInfo
-
Uses of VkFramebufferAttachmentImageInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkFramebufferAttachmentImageInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkFramebufferAttachmentImageInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFramebufferAttachmentImageInfoModifier and TypeMethodDescription@NotNull VkFramebufferAttachmentImageInfo
VkFramebufferAttachmentImageInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkFramebufferAttachmentImageInfo.clone
(Arena arena, VkFramebufferAttachmentImageInfo src) VkFramebufferAttachmentImageInfo.flags
(int value) VkFramebufferAttachmentImageInfo.height
(int value) VkFramebufferAttachmentImageInfo.layerCount
(int value) @Nullable VkFramebufferAttachmentImageInfo
VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfos()
VkFramebufferAttachmentImageInfo.pNext
(@NotNull MemorySegment value) VkFramebufferAttachmentImageInfo.pViewFormats
(@Nullable IntPtr value) VkFramebufferAttachmentImageInfo.sType
(int value) VkFramebufferAttachmentImageInfo.Ptr.toArray()
VkFramebufferAttachmentImageInfo.usage
(int value) VkFramebufferAttachmentImageInfo.viewFormatCount
(int value) VkFramebufferAttachmentImageInfo.width
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkFramebufferAttachmentImageInfoModifier and TypeMethodDescription@NotNull Iterator
<VkFramebufferAttachmentImageInfo> VkFramebufferAttachmentImageInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkFramebufferAttachmentImageInfoModifier and TypeMethodDescriptionVkFramebufferAttachmentImageInfo.clone
(Arena arena, VkFramebufferAttachmentImageInfo src) void
VkFramebufferAttachmentImageInfo.Ptr.write
(long index, @NotNull VkFramebufferAttachmentImageInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkFramebufferAttachmentImageInfoModifier and TypeMethodDescriptionVkFramebufferAttachmentImageInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkFramebufferAttachmentImageInfo> consumer)