Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265ProfileTierLevelFlags.Ptr
Packages that use StdVideoH265ProfileTierLevelFlags.Ptr
-
Uses of StdVideoH265ProfileTierLevelFlags.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265ProfileTierLevelFlags.PtrModifier and TypeMethodDescriptionStdVideoH265ProfileTierLevelFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoH265ProfileTierLevelFlags> consumer) StdVideoH265ProfileTierLevelFlags.Ptr.offset
(long offset) StdVideoH265ProfileTierLevelFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ProfileTierLevelFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ProfileTierLevelFlags.Ptr
that uses the same backing storage as thisStdVideoH265ProfileTierLevelFlags.Ptr
, but with the new size.StdVideoH265ProfileTierLevelFlags.Ptr.slice
(long end) StdVideoH265ProfileTierLevelFlags.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).