Uses of Record Class
club.doki7.vulkan.datatype.VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
Packages that use VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
-
Uses of VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkWin32KeyedMutexAcquireReleaseInfoKHR.PtrModifier and TypeMethodDescriptionVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkWin32KeyedMutexAcquireReleaseInfoKHR> consumer) VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr.offset
(long offset) VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
that uses the same backing storage as thisVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
, but with the new size.VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr.slice
(long end) VkWin32KeyedMutexAcquireReleaseInfoKHR.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).