Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineExecutableStatisticKHR.Ptr
Packages that use VkPipelineExecutableStatisticKHR.Ptr
-
Uses of VkPipelineExecutableStatisticKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineExecutableStatisticKHR.PtrModifier and TypeMethodDescriptionVkPipelineExecutableStatisticKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineExecutableStatisticKHR> consumer) @NotNull VkPipelineExecutableStatisticKHR.PtrVkPipelineExecutableStatisticKHR.Ptr.offset(long offset) @NotNull VkPipelineExecutableStatisticKHR.PtrVkPipelineExecutableStatisticKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineExecutableStatisticKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineExecutableStatisticKHR.Ptrthat uses the same backing storage as thisVkPipelineExecutableStatisticKHR.Ptr, but with the new size.VkPipelineExecutableStatisticKHR.Ptr.slice(long end) @NotNull VkPipelineExecutableStatisticKHR.PtrVkPipelineExecutableStatisticKHR.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).