Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingInputAttachmentIndexInfo
Packages that use VkRenderingInputAttachmentIndexInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkRenderingInputAttachmentIndexInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRenderingInputAttachmentIndexInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdSetRenderingInputAttachmentIndices(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) voidVkDeviceCommands.cmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) -
Uses of VkRenderingInputAttachmentIndexInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderingInputAttachmentIndexInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderingInputAttachmentIndexInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingInputAttachmentIndexInfoModifier and TypeMethodDescription@NotNull VkRenderingInputAttachmentIndexInfoVkRenderingInputAttachmentIndexInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRenderingInputAttachmentIndexInfo.clone(Arena arena, VkRenderingInputAttachmentIndexInfo src) VkRenderingInputAttachmentIndexInfo.colorAttachmentCount(int value) VkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndices(@Nullable IntPtr value) VkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndex(@Nullable IntPtr value) VkRenderingInputAttachmentIndexInfo.pNext(@NotNull MemorySegment value) VkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndex(@Nullable IntPtr value) VkRenderingInputAttachmentIndexInfo.sType(int value) VkRenderingInputAttachmentIndexInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderingInputAttachmentIndexInfoModifier and TypeMethodDescription@NotNull Iterator<VkRenderingInputAttachmentIndexInfo> VkRenderingInputAttachmentIndexInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRenderingInputAttachmentIndexInfoModifier and TypeMethodDescriptionVkRenderingInputAttachmentIndexInfo.clone(Arena arena, VkRenderingInputAttachmentIndexInfo src) voidVkRenderingInputAttachmentIndexInfo.Ptr.write(long index, @NotNull VkRenderingInputAttachmentIndexInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderingInputAttachmentIndexInfoModifier and TypeMethodDescriptionVkRenderingInputAttachmentIndexInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderingInputAttachmentIndexInfo> consumer)