Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineRenderingCreateInfo
Packages that use VkPipelineRenderingCreateInfo
-
Uses of VkPipelineRenderingCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineRenderingCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineRenderingCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineRenderingCreateInfoModifier and TypeMethodDescription@NotNull VkPipelineRenderingCreateInfoVkPipelineRenderingCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPipelineRenderingCreateInfo.clone(Arena arena, VkPipelineRenderingCreateInfo src) VkPipelineRenderingCreateInfo.colorAttachmentCount(int value) VkPipelineRenderingCreateInfo.depthAttachmentFormat(int value) VkPipelineRenderingCreateInfo.pColorAttachmentFormats(@Nullable IntPtr value) VkPipelineRenderingCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineRenderingCreateInfo.stencilAttachmentFormat(int value) VkPipelineRenderingCreateInfo.sType(int value) VkPipelineRenderingCreateInfo.Ptr.toArray()VkPipelineRenderingCreateInfo.viewMask(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineRenderingCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkPipelineRenderingCreateInfo> VkPipelineRenderingCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineRenderingCreateInfoModifier and TypeMethodDescriptionVkPipelineRenderingCreateInfo.clone(Arena arena, VkPipelineRenderingCreateInfo src) voidVkPipelineRenderingCreateInfo.Ptr.write(long index, @NotNull VkPipelineRenderingCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineRenderingCreateInfoModifier and TypeMethodDescriptionVkPipelineRenderingCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineRenderingCreateInfo> consumer)