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