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.Ptr
VkAcquireProfilingLockInfoKHR.Ptr.offset
(long offset) @NotNull VkAcquireProfilingLockInfoKHR.Ptr
VkAcquireProfilingLockInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAcquireProfilingLockInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAcquireProfilingLockInfoKHR.Ptr
that uses the same backing storage as thisVkAcquireProfilingLockInfoKHR.Ptr
, but with the new size.VkAcquireProfilingLockInfoKHR.Ptr.slice
(long end) @NotNull VkAcquireProfilingLockInfoKHR.Ptr
VkAcquireProfilingLockInfoKHR.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).