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