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