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