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