Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH264NaluSliceInfoKHR.Ptr
Packages that use VkVideoEncodeH264NaluSliceInfoKHR.Ptr
-
Uses of VkVideoEncodeH264NaluSliceInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH264NaluSliceInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeH264NaluSliceInfoKHR.Ptr.offset
(long offset) VkVideoEncodeH264PictureInfoKHR.pNaluSliceEntries
(int assumedCount) VkVideoEncodeH264NaluSliceInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264NaluSliceInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264NaluSliceInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264NaluSliceInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264NaluSliceInfoKHR.Ptr.slice
(long end) VkVideoEncodeH264NaluSliceInfoKHR.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).