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