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