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