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