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