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