Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH265PictureInfoKHR
Packages that use VkVideoDecodeH265PictureInfoKHR
-
Uses of VkVideoDecodeH265PictureInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH265PictureInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoDecodeH265PictureInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH265PictureInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeH265PictureInfoKHR
VkVideoDecodeH265PictureInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH265PictureInfoKHR.clone
(Arena arena, VkVideoDecodeH265PictureInfoKHR src) VkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsets
(@Nullable IntPtr value) VkVideoDecodeH265PictureInfoKHR.pStdPictureInfo
(@Nullable IStdVideoDecodeH265PictureInfo value) VkVideoDecodeH265PictureInfoKHR.sliceSegmentCount
(int value) VkVideoDecodeH265PictureInfoKHR.sType
(int value) VkVideoDecodeH265PictureInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH265PictureInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoDecodeH265PictureInfoKHR> VkVideoDecodeH265PictureInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH265PictureInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265PictureInfoKHR.clone
(Arena arena, VkVideoDecodeH265PictureInfoKHR src) void
VkVideoDecodeH265PictureInfoKHR.Ptr.write
(long index, @NotNull VkVideoDecodeH265PictureInfoKHR value)