Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineCreationFeedback.Ptr
Packages that use VkPipelineCreationFeedback.Ptr
-
Uses of VkPipelineCreationFeedback.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineCreationFeedback.PtrModifier and TypeMethodDescriptionVkPipelineCreationFeedback.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineCreationFeedback> consumer) @NotNull VkPipelineCreationFeedback.PtrVkPipelineCreationFeedback.Ptr.offset(long offset) VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedback(int assumedCount) VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacks(int assumedCount) @NotNull VkPipelineCreationFeedback.PtrVkPipelineCreationFeedback.Ptr.reinterpret(long newSize) Assume theVkPipelineCreationFeedback.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCreationFeedback.Ptrthat uses the same backing storage as thisVkPipelineCreationFeedback.Ptr, but with the new size.VkPipelineCreationFeedback.Ptr.slice(long end) @NotNull VkPipelineCreationFeedback.PtrVkPipelineCreationFeedback.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).