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