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