Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassCreationFeedbackInfoEXT
Packages that use VkRenderPassCreationFeedbackInfoEXT
-
Uses of VkRenderPassCreationFeedbackInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassCreationFeedbackInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderPassCreationFeedbackInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassCreationFeedbackInfoEXTModifier and TypeMethodDescription@NotNull VkRenderPassCreationFeedbackInfoEXT
VkRenderPassCreationFeedbackInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkRenderPassCreationFeedbackInfoEXT.clone
(Arena arena, VkRenderPassCreationFeedbackInfoEXT src) VkRenderPassCreationFeedbackInfoEXT.postMergeSubpassCount
(int value) @Nullable VkRenderPassCreationFeedbackInfoEXT
VkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedback()
VkRenderPassCreationFeedbackInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassCreationFeedbackInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkRenderPassCreationFeedbackInfoEXT> VkRenderPassCreationFeedbackInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRenderPassCreationFeedbackInfoEXTModifier and TypeMethodDescriptionVkRenderPassCreationFeedbackInfoEXT.clone
(Arena arena, VkRenderPassCreationFeedbackInfoEXT src) void
VkRenderPassCreationFeedbackInfoEXT.Ptr.write
(long index, @NotNull VkRenderPassCreationFeedbackInfoEXT value)