Uses of Record Class
club.doki7.vma.datatype.VmaVulkanFunctions.Ptr
Packages that use VmaVulkanFunctions.Ptr
-
Uses of VmaVulkanFunctions.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaVulkanFunctions.PtrModifier and TypeMethodDescriptionstatic VmaVulkanFunctions.Ptr
VmaVulkanFunctions.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaVulkanFunctions> consumer) @NotNull VmaVulkanFunctions.Ptr
VmaVulkanFunctions.Ptr.offset
(long offset) VmaAllocatorCreateInfo.pVulkanFunctions
(int assumedCount) @NotNull VmaVulkanFunctions.Ptr
VmaVulkanFunctions.Ptr.reinterpret
(long newSize) Assume theVmaVulkanFunctions.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaVulkanFunctions.Ptr
that uses the same backing storage as thisVmaVulkanFunctions.Ptr
, but with the new size.VmaVulkanFunctions.Ptr.slice
(long end) @NotNull VmaVulkanFunctions.Ptr
VmaVulkanFunctions.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).