Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeAV1ProfileInfoKHR
Packages that use VkVideoDecodeAV1ProfileInfoKHR
-
Uses of VkVideoDecodeAV1ProfileInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeAV1ProfileInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoDecodeAV1ProfileInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeAV1ProfileInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeAV1ProfileInfoKHR
VkVideoDecodeAV1ProfileInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeAV1ProfileInfoKHR.clone
(Arena arena, VkVideoDecodeAV1ProfileInfoKHR src) VkVideoDecodeAV1ProfileInfoKHR.filmGrainSupport
(int value) VkVideoDecodeAV1ProfileInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoDecodeAV1ProfileInfoKHR.stdProfile
(int value) VkVideoDecodeAV1ProfileInfoKHR.sType
(int value) VkVideoDecodeAV1ProfileInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeAV1ProfileInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoDecodeAV1ProfileInfoKHR> VkVideoDecodeAV1ProfileInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeAV1ProfileInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeAV1ProfileInfoKHR.clone
(Arena arena, VkVideoDecodeAV1ProfileInfoKHR src) void
VkVideoDecodeAV1ProfileInfoKHR.Ptr.write
(long index, @NotNull VkVideoDecodeAV1ProfileInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeAV1ProfileInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeAV1ProfileInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoDecodeAV1ProfileInfoKHR> consumer)