Uses of Record Class
club.doki7.vulkan.datatype.VkVideoReferenceSlotInfoKHR.Ptr
Packages that use VkVideoReferenceSlotInfoKHR.Ptr
-
Uses of VkVideoReferenceSlotInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoReferenceSlotInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoReferenceSlotInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoReferenceSlotInfoKHR> consumer) @NotNull VkVideoReferenceSlotInfoKHR.PtrVkVideoReferenceSlotInfoKHR.Ptr.offset(long offset) VkVideoBeginCodingInfoKHR.pReferenceSlots(int assumedCount) VkVideoDecodeInfoKHR.pReferenceSlots(int assumedCount) VkVideoEncodeInfoKHR.pReferenceSlots(int assumedCount) VkVideoDecodeInfoKHR.pSetupReferenceSlot(int assumedCount) VkVideoEncodeInfoKHR.pSetupReferenceSlot(int assumedCount) @NotNull VkVideoReferenceSlotInfoKHR.PtrVkVideoReferenceSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoReferenceSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoReferenceSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoReferenceSlotInfoKHR.Ptr, but with the new size.VkVideoReferenceSlotInfoKHR.Ptr.slice(long end) @NotNull VkVideoReferenceSlotInfoKHR.PtrVkVideoReferenceSlotInfoKHR.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).