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