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