Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
Packages that use VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
-
Uses of VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeSessionParametersFeedbackInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoEncodeSessionParametersFeedbackInfoKHR> consumer) VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.offset
(long offset) VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
, but with the new size.VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.slice
(long end) VkVideoEncodeSessionParametersFeedbackInfoKHR.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).