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