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