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