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 recordRepresents a pointer to / an array ofVkPipelineCreationFeedbackstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineCreationFeedbackModifier and TypeMethodDescriptionstatic VkPipelineCreationFeedback@NotNull VkPipelineCreationFeedbackVkPipelineCreationFeedback.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPipelineCreationFeedbackVkPipelineCreationFeedback.clone(Arena arena, VkPipelineCreationFeedback src) VkPipelineCreationFeedback.duration(long value) VkPipelineCreationFeedback.flags(int value) @Nullable VkPipelineCreationFeedbackVkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedback()@Nullable VkPipelineCreationFeedbackVkPipelineCreationFeedbackCreateInfo.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 VkPipelineCreationFeedbackVkPipelineCreationFeedback.clone(Arena arena, VkPipelineCreationFeedback src) voidVkPipelineCreationFeedback.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)