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