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 recordRepresents a pointer to / an array ofVkVideoDecodeH265PictureInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH265PictureInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeH265PictureInfoKHRVkVideoDecodeH265PictureInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH265PictureInfoKHR.clone(Arena arena, VkVideoDecodeH265PictureInfoKHR src) VkVideoDecodeH265PictureInfoKHR.pNext(@NotNull MemorySegment value) 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) voidVkVideoDecodeH265PictureInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH265PictureInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH265PictureInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265PictureInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH265PictureInfoKHR> consumer)