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