Uses of Record Class
club.doki7.vulkan.datatype.VkVideoProfileInfoKHR.Ptr
Packages that use VkVideoProfileInfoKHR.Ptr
-
Uses of VkVideoProfileInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoProfileInfoKHR.PtrModifier and TypeMethodDescriptionstatic VkVideoProfileInfoKHR.PtrVkVideoProfileInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoProfileInfoKHR> consumer) @NotNull VkVideoProfileInfoKHR.PtrVkVideoProfileInfoKHR.Ptr.offset(long offset) VkVideoProfileListInfoKHR.pProfiles(int assumedCount) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfile(int assumedCount) VkVideoSessionCreateInfoKHR.pVideoProfile(int assumedCount) @NotNull VkVideoProfileInfoKHR.PtrVkVideoProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoProfileInfoKHR.Ptr, but with the new size.VkVideoProfileInfoKHR.Ptr.slice(long end) @NotNull VkVideoProfileInfoKHR.PtrVkVideoProfileInfoKHR.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).