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