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