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