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