Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassDependency.Ptr
Packages that use VkSubpassDependency.Ptr
-
Uses of VkSubpassDependency.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSubpassDependency.PtrModifier and TypeMethodDescriptionstatic VkSubpassDependency.Ptr
@NotNull VkSubpassDependency.Ptr
VkSubpassDependency.Ptr.offset
(long offset) VkRenderPassCreateInfo.pDependencies
(int assumedCount) @NotNull VkSubpassDependency.Ptr
VkSubpassDependency.Ptr.reinterpret
(long newSize) Assume theVkSubpassDependency.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassDependency.Ptr
that uses the same backing storage as thisVkSubpassDependency.Ptr
, but with the new size.VkSubpassDependency.Ptr.slice
(long end) @NotNull VkSubpassDependency.Ptr
VkSubpassDependency.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).