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 record
Represents a pointer to / an array ofVkRenderPassInputAttachmentAspectCreateInfo
structure(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.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) void
VkRenderPassInputAttachmentAspectCreateInfo.Ptr.write
(long index, @NotNull VkRenderPassInputAttachmentAspectCreateInfo value)