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