Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH264RateControlInfoKHR.Ptr
Packages that use VkVideoEncodeH264RateControlInfoKHR.Ptr
-
Uses of VkVideoEncodeH264RateControlInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH264RateControlInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeH264RateControlInfoKHR.Ptr.offset
(long offset) VkVideoEncodeH264RateControlInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264RateControlInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264RateControlInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264RateControlInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264RateControlInfoKHR.Ptr.slice
(long end) VkVideoEncodeH264RateControlInfoKHR.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).