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