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