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