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