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