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 recordRepresents a pointer to / an array ofVkVideoReferenceSlotInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoReferenceSlotInfoKHRModifier and TypeMethodDescriptionstatic VkVideoReferenceSlotInfoKHR@NotNull VkVideoReferenceSlotInfoKHRVkVideoReferenceSlotInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkVideoReferenceSlotInfoKHRVkVideoReferenceSlotInfoKHR.clone(Arena arena, VkVideoReferenceSlotInfoKHR src) VkVideoReferenceSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoReferenceSlotInfoKHR.pPictureResource(@Nullable IVkVideoPictureResourceInfoKHR value) @Nullable VkVideoReferenceSlotInfoKHRVkVideoBeginCodingInfoKHR.pReferenceSlots()@Nullable VkVideoReferenceSlotInfoKHRVkVideoDecodeInfoKHR.pReferenceSlots()@Nullable VkVideoReferenceSlotInfoKHRVkVideoEncodeInfoKHR.pReferenceSlots()@Nullable VkVideoReferenceSlotInfoKHRVkVideoDecodeInfoKHR.pSetupReferenceSlot()@Nullable VkVideoReferenceSlotInfoKHRVkVideoEncodeInfoKHR.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 VkVideoReferenceSlotInfoKHRVkVideoReferenceSlotInfoKHR.clone(Arena arena, VkVideoReferenceSlotInfoKHR src) voidVkVideoReferenceSlotInfoKHR.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)