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