Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH264PictureInfoKHR
Packages that use VkVideoDecodeH264PictureInfoKHR
-
Uses of VkVideoDecodeH264PictureInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH264PictureInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeH264PictureInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264PictureInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeH264PictureInfoKHRVkVideoDecodeH264PictureInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH264PictureInfoKHR.clone(Arena arena, VkVideoDecodeH264PictureInfoKHR src) VkVideoDecodeH264PictureInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264PictureInfoKHR.pSliceOffsets(@Nullable IntPtr value) VkVideoDecodeH264PictureInfoKHR.pStdPictureInfo(@Nullable IStdVideoDecodeH264PictureInfo value) VkVideoDecodeH264PictureInfoKHR.sliceCount(int value) VkVideoDecodeH264PictureInfoKHR.sType(int value) VkVideoDecodeH264PictureInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH264PictureInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoDecodeH264PictureInfoKHR> VkVideoDecodeH264PictureInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH264PictureInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264PictureInfoKHR.clone(Arena arena, VkVideoDecodeH264PictureInfoKHR src) voidVkVideoDecodeH264PictureInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH264PictureInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH264PictureInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264PictureInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH264PictureInfoKHR> consumer)