Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeAV1DpbSlotInfoKHR
Packages that use VkVideoDecodeAV1DpbSlotInfoKHR
-
Uses of VkVideoDecodeAV1DpbSlotInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeAV1DpbSlotInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeAV1DpbSlotInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeAV1DpbSlotInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeAV1DpbSlotInfoKHRVkVideoDecodeAV1DpbSlotInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeAV1DpbSlotInfoKHR.clone(Arena arena, VkVideoDecodeAV1DpbSlotInfoKHR src) VkVideoDecodeAV1DpbSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfo(@Nullable IStdVideoDecodeAV1ReferenceInfo value) VkVideoDecodeAV1DpbSlotInfoKHR.sType(int value) VkVideoDecodeAV1DpbSlotInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeAV1DpbSlotInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoDecodeAV1DpbSlotInfoKHR> VkVideoDecodeAV1DpbSlotInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeAV1DpbSlotInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeAV1DpbSlotInfoKHR.clone(Arena arena, VkVideoDecodeAV1DpbSlotInfoKHR src) voidVkVideoDecodeAV1DpbSlotInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeAV1DpbSlotInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeAV1DpbSlotInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeAV1DpbSlotInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeAV1DpbSlotInfoKHR> consumer)