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