Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassInputAttachmentAspectCreateInfo
Packages that use VkRenderPassInputAttachmentAspectCreateInfo
-
Uses of VkRenderPassInputAttachmentAspectCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassInputAttachmentAspectCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderPassInputAttachmentAspectCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassInputAttachmentAspectCreateInfoModifier and TypeMethodDescriptionVkRenderPassInputAttachmentAspectCreateInfo.aspectReferenceCount(int value) VkRenderPassInputAttachmentAspectCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRenderPassInputAttachmentAspectCreateInfo.clone(Arena arena, VkRenderPassInputAttachmentAspectCreateInfo src) VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferences(@Nullable IVkInputAttachmentAspectReference value) VkRenderPassInputAttachmentAspectCreateInfo.pNext(@NotNull MemorySegment value) VkRenderPassInputAttachmentAspectCreateInfo.sType(int value) VkRenderPassInputAttachmentAspectCreateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassInputAttachmentAspectCreateInfoMethods in club.doki7.vulkan.datatype with parameters of type VkRenderPassInputAttachmentAspectCreateInfoModifier and TypeMethodDescriptionVkRenderPassInputAttachmentAspectCreateInfo.clone(Arena arena, VkRenderPassInputAttachmentAspectCreateInfo src) voidVkRenderPassInputAttachmentAspectCreateInfo.Ptr.write(long index, @NotNull VkRenderPassInputAttachmentAspectCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassInputAttachmentAspectCreateInfoModifier and TypeMethodDescriptionVkRenderPassInputAttachmentAspectCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderPassInputAttachmentAspectCreateInfo> consumer)