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