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