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