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