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 record
Represents a pointer to / an array ofVkRenderPassSubpassFeedbackInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassSubpassFeedbackInfoEXTModifier and TypeMethodDescription@NotNull VkRenderPassSubpassFeedbackInfoEXT
VkRenderPassSubpassFeedbackInfoEXT.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 VkRenderPassSubpassFeedbackInfoEXT
VkRenderPassSubpassFeedbackCreateInfoEXT.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) void
VkRenderPassSubpassFeedbackInfoEXT.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)