Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeAV1QIndexKHR
Packages that use VkVideoEncodeAV1QIndexKHR
-
Uses of VkVideoEncodeAV1QIndexKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeAV1QIndexKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoEncodeAV1QIndexKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeAV1QIndexKHRModifier and TypeMethodDescriptionstatic VkVideoEncodeAV1QIndexKHR
@NotNull VkVideoEncodeAV1QIndexKHR
VkVideoEncodeAV1QIndexKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeAV1QIndexKHR.bipredictiveQIndex
(int value) static VkVideoEncodeAV1QIndexKHR
VkVideoEncodeAV1QIndexKHR.clone
(Arena arena, VkVideoEncodeAV1QIndexKHR src) VkVideoEncodeAV1QIndexKHR.intraQIndex
(int value) @NotNull VkVideoEncodeAV1QIndexKHR
VkVideoEncodeAV1RateControlLayerInfoKHR.maxQIndex()
@NotNull VkVideoEncodeAV1QIndexKHR
VkVideoEncodeAV1RateControlLayerInfoKHR.minQIndex()
VkVideoEncodeAV1QIndexKHR.predictiveQIndex
(int value) @NotNull VkVideoEncodeAV1QIndexKHR
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConstantQIndex()
VkVideoEncodeAV1QIndexKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeAV1QIndexKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoEncodeAV1QIndexKHR> VkVideoEncodeAV1QIndexKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeAV1QIndexKHRModifier and TypeMethodDescriptionstatic VkVideoEncodeAV1QIndexKHR
VkVideoEncodeAV1QIndexKHR.clone
(Arena arena, VkVideoEncodeAV1QIndexKHR src) VkVideoEncodeAV1RateControlLayerInfoKHR.maxQIndex
(@NotNull VkVideoEncodeAV1QIndexKHR value) VkVideoEncodeAV1RateControlLayerInfoKHR.minQIndex
(@NotNull VkVideoEncodeAV1QIndexKHR value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConstantQIndex
(@NotNull VkVideoEncodeAV1QIndexKHR value) void
VkVideoEncodeAV1QIndexKHR.Ptr.write
(long index, @NotNull VkVideoEncodeAV1QIndexKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeAV1QIndexKHRModifier and TypeMethodDescriptionVkVideoEncodeAV1RateControlLayerInfoKHR.maxQIndex
(Consumer<@NotNull VkVideoEncodeAV1QIndexKHR> consumer) VkVideoEncodeAV1RateControlLayerInfoKHR.minQIndex
(Consumer<@NotNull VkVideoEncodeAV1QIndexKHR> consumer) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConstantQIndex
(Consumer<@NotNull VkVideoEncodeAV1QIndexKHR> consumer)