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