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