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