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