Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeRateControlLayerInfoKHR.Ptr
Packages that use VkVideoEncodeRateControlLayerInfoKHR.Ptr
-
Uses of VkVideoEncodeRateControlLayerInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeRateControlLayerInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeRateControlLayerInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeRateControlLayerInfoKHR> consumer) VkVideoEncodeRateControlLayerInfoKHR.Ptr.offset(long offset) VkVideoEncodeRateControlInfoKHR.pLayers(int assumedCount) VkVideoEncodeRateControlLayerInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeRateControlLayerInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeRateControlLayerInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeRateControlLayerInfoKHR.Ptr, but with the new size.VkVideoEncodeRateControlLayerInfoKHR.Ptr.slice(long end) VkVideoEncodeRateControlLayerInfoKHR.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).