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