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