Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassSubpassFeedbackInfoEXT
Packages that use VkRenderPassSubpassFeedbackInfoEXT
-
Uses of VkRenderPassSubpassFeedbackInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassSubpassFeedbackInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderPassSubpassFeedbackInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassSubpassFeedbackInfoEXTModifier and TypeMethodDescription@NotNull VkRenderPassSubpassFeedbackInfoEXTVkRenderPassSubpassFeedbackInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRenderPassSubpassFeedbackInfoEXT.clone(Arena arena, VkRenderPassSubpassFeedbackInfoEXT src) VkRenderPassSubpassFeedbackInfoEXT.description(BytePtr value) VkRenderPassSubpassFeedbackInfoEXT.description(@NotNull Consumer<BytePtr> consumer) VkRenderPassSubpassFeedbackInfoEXT.postMergeIndex(int value) @Nullable VkRenderPassSubpassFeedbackInfoEXTVkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedback()VkRenderPassSubpassFeedbackInfoEXT.subpassMergeStatus(int value) VkRenderPassSubpassFeedbackInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassSubpassFeedbackInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkRenderPassSubpassFeedbackInfoEXT> VkRenderPassSubpassFeedbackInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRenderPassSubpassFeedbackInfoEXTModifier and TypeMethodDescriptionVkRenderPassSubpassFeedbackInfoEXT.clone(Arena arena, VkRenderPassSubpassFeedbackInfoEXT src) voidVkRenderPassSubpassFeedbackInfoEXT.Ptr.write(long index, @NotNull VkRenderPassSubpassFeedbackInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassSubpassFeedbackInfoEXTModifier and TypeMethodDescriptionVkRenderPassSubpassFeedbackInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderPassSubpassFeedbackInfoEXT> consumer)