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.PtrVmaVulkanFunctions.Ptr.at(long index, @NotNull Consumer<@NotNull VmaVulkanFunctions> consumer) @NotNull VmaVulkanFunctions.PtrVmaVulkanFunctions.Ptr.offset(long offset) VmaAllocatorCreateInfo.pVulkanFunctions(int assumedCount) @NotNull VmaVulkanFunctions.PtrVmaVulkanFunctions.Ptr.reinterpret(long newSize) Assume theVmaVulkanFunctions.Ptris capable of holding at leastnewSizestructures, create a new viewVmaVulkanFunctions.Ptrthat uses the same backing storage as thisVmaVulkanFunctions.Ptr, but with the new size.VmaVulkanFunctions.Ptr.slice(long end) @NotNull VmaVulkanFunctions.PtrVmaVulkanFunctions.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).