Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeAV1PictureInfoKHR
Packages that use VkVideoDecodeAV1PictureInfoKHR
-
Uses of VkVideoDecodeAV1PictureInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeAV1PictureInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoDecodeAV1PictureInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeAV1PictureInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeAV1PictureInfoKHR
VkVideoDecodeAV1PictureInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeAV1PictureInfoKHR.clone
(Arena arena, VkVideoDecodeAV1PictureInfoKHR src) VkVideoDecodeAV1PictureInfoKHR.frameHeaderOffset
(int value) VkVideoDecodeAV1PictureInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoDecodeAV1PictureInfoKHR.pStdPictureInfo
(@Nullable IStdVideoDecodeAV1PictureInfo value) VkVideoDecodeAV1PictureInfoKHR.pTileOffsets
(@Nullable IntPtr value) VkVideoDecodeAV1PictureInfoKHR.pTileSizes
(@Nullable IntPtr value) VkVideoDecodeAV1PictureInfoKHR.referenceNameSlotIndices
(IntPtr value) VkVideoDecodeAV1PictureInfoKHR.referenceNameSlotIndices
(@NotNull Consumer<IntPtr> consumer) VkVideoDecodeAV1PictureInfoKHR.sType
(int value) VkVideoDecodeAV1PictureInfoKHR.tileCount
(int value) VkVideoDecodeAV1PictureInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeAV1PictureInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoDecodeAV1PictureInfoKHR> VkVideoDecodeAV1PictureInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeAV1PictureInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeAV1PictureInfoKHR.clone
(Arena arena, VkVideoDecodeAV1PictureInfoKHR src) void
VkVideoDecodeAV1PictureInfoKHR.Ptr.write
(long index, @NotNull VkVideoDecodeAV1PictureInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeAV1PictureInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeAV1PictureInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoDecodeAV1PictureInfoKHR> consumer)