Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineCreationFeedback
Packages that use VkPipelineCreationFeedback
-
Uses of VkPipelineCreationFeedback in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineCreationFeedbackModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineCreationFeedback
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineCreationFeedbackModifier and TypeMethodDescriptionstatic VkPipelineCreationFeedback
@NotNull VkPipelineCreationFeedback
VkPipelineCreationFeedback.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPipelineCreationFeedback
VkPipelineCreationFeedback.clone
(Arena arena, VkPipelineCreationFeedback src) VkPipelineCreationFeedback.duration
(long value) VkPipelineCreationFeedback.flags
(int value) @Nullable VkPipelineCreationFeedback
VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedback()
@Nullable VkPipelineCreationFeedback
VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacks()
VkPipelineCreationFeedback.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineCreationFeedbackModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineCreationFeedback> VkPipelineCreationFeedback.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineCreationFeedbackModifier and TypeMethodDescriptionstatic VkPipelineCreationFeedback
VkPipelineCreationFeedback.clone
(Arena arena, VkPipelineCreationFeedback src) void
VkPipelineCreationFeedback.Ptr.write
(long index, @NotNull VkPipelineCreationFeedback value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineCreationFeedbackModifier and TypeMethodDescriptionVkPipelineCreationFeedback.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineCreationFeedback> consumer)