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