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 record
Represents a pointer to / an array ofVkVideoDecodeH264PictureInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264PictureInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeH264PictureInfoKHR
VkVideoDecodeH264PictureInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH264PictureInfoKHR.clone
(Arena arena, VkVideoDecodeH264PictureInfoKHR src) 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) void
VkVideoDecodeH264PictureInfoKHR.Ptr.write
(long index, @NotNull VkVideoDecodeH264PictureInfoKHR value)