Uses of Record Class
club.doki7.vulkan.datatype.VkVideoReferenceSlotInfoKHR
Packages that use VkVideoReferenceSlotInfoKHR
-
Uses of VkVideoReferenceSlotInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoReferenceSlotInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoReferenceSlotInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoReferenceSlotInfoKHRModifier and TypeMethodDescriptionstatic VkVideoReferenceSlotInfoKHR
@NotNull VkVideoReferenceSlotInfoKHR
VkVideoReferenceSlotInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkVideoReferenceSlotInfoKHR
VkVideoReferenceSlotInfoKHR.clone
(Arena arena, VkVideoReferenceSlotInfoKHR src) VkVideoReferenceSlotInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoReferenceSlotInfoKHR.pPictureResource
(@Nullable IVkVideoPictureResourceInfoKHR value) @Nullable VkVideoReferenceSlotInfoKHR
VkVideoBeginCodingInfoKHR.pReferenceSlots()
@Nullable VkVideoReferenceSlotInfoKHR
VkVideoDecodeInfoKHR.pReferenceSlots()
@Nullable VkVideoReferenceSlotInfoKHR
VkVideoEncodeInfoKHR.pReferenceSlots()
@Nullable VkVideoReferenceSlotInfoKHR
VkVideoDecodeInfoKHR.pSetupReferenceSlot()
@Nullable VkVideoReferenceSlotInfoKHR
VkVideoEncodeInfoKHR.pSetupReferenceSlot()
VkVideoReferenceSlotInfoKHR.slotIndex
(int value) VkVideoReferenceSlotInfoKHR.sType
(int value) VkVideoReferenceSlotInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoReferenceSlotInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoReferenceSlotInfoKHR> VkVideoReferenceSlotInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoReferenceSlotInfoKHRModifier and TypeMethodDescriptionstatic VkVideoReferenceSlotInfoKHR
VkVideoReferenceSlotInfoKHR.clone
(Arena arena, VkVideoReferenceSlotInfoKHR src) void
VkVideoReferenceSlotInfoKHR.Ptr.write
(long index, @NotNull VkVideoReferenceSlotInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoReferenceSlotInfoKHRModifier and TypeMethodDescriptionVkVideoReferenceSlotInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoReferenceSlotInfoKHR> consumer)