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.Ptr
VkSubresourceLayout.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSubresourceLayout> consumer) @NotNull VkSubresourceLayout.Ptr
VkSubresourceLayout.Ptr.offset
(long offset) VkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayouts
(int assumedCount) @NotNull VkSubresourceLayout.Ptr
VkSubresourceLayout.Ptr.reinterpret
(long newSize) Assume theVkSubresourceLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubresourceLayout.Ptr
that uses the same backing storage as thisVkSubresourceLayout.Ptr
, but with the new size.VkSubresourceLayout.Ptr.slice
(long end) @NotNull VkSubresourceLayout.Ptr
VkSubresourceLayout.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).