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