Uses of Record Class
club.doki7.vulkan.datatype.VkSparseMemoryBind.Ptr
Packages that use VkSparseMemoryBind.Ptr
-
Uses of VkSparseMemoryBind.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSparseMemoryBind.PtrModifier and TypeMethodDescriptionstatic VkSparseMemoryBind.PtrVkSparseMemoryBind.Ptr.at(long index, @NotNull Consumer<@NotNull VkSparseMemoryBind> consumer) @NotNull VkSparseMemoryBind.PtrVkSparseMemoryBind.Ptr.offset(long offset) VkSparseBufferMemoryBindInfo.pBinds(int assumedCount) VkSparseImageOpaqueMemoryBindInfo.pBinds(int assumedCount) @NotNull VkSparseMemoryBind.PtrVkSparseMemoryBind.Ptr.reinterpret(long newSize) Assume theVkSparseMemoryBind.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseMemoryBind.Ptrthat uses the same backing storage as thisVkSparseMemoryBind.Ptr, but with the new size.VkSparseMemoryBind.Ptr.slice(long end) @NotNull VkSparseMemoryBind.PtrVkSparseMemoryBind.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).