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