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.Ptr
VkPipelineCreationFeedback.Ptr.offset
(long offset) VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedback
(int assumedCount) VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacks
(int assumedCount) @NotNull VkPipelineCreationFeedback.Ptr
VkPipelineCreationFeedback.Ptr.reinterpret
(long newSize) Assume theVkPipelineCreationFeedback.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCreationFeedback.Ptr
that uses the same backing storage as thisVkPipelineCreationFeedback.Ptr
, but with the new size.VkPipelineCreationFeedback.Ptr.slice
(long end) @NotNull VkPipelineCreationFeedback.Ptr
VkPipelineCreationFeedback.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).