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 recordRepresents a pointer to / an array ofVkFramebufferAttachmentImageInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFramebufferAttachmentImageInfoModifier and TypeMethodDescription@NotNull VkFramebufferAttachmentImageInfoVkFramebufferAttachmentImageInfo.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 VkFramebufferAttachmentImageInfoVkFramebufferAttachmentsCreateInfo.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) voidVkFramebufferAttachmentImageInfo.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)