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