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