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