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