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