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.Ptr
VkVideoReferenceSlotInfoKHR.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.Ptr
VkVideoReferenceSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoReferenceSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoReferenceSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoReferenceSlotInfoKHR.Ptr
, but with the new size.VkVideoReferenceSlotInfoKHR.Ptr.slice
(long end) @NotNull VkVideoReferenceSlotInfoKHR.Ptr
VkVideoReferenceSlotInfoKHR.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).