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 recordRepresents a pointer to / an array ofVkVideoEncodeAV1QIndexKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeAV1QIndexKHRModifier and TypeMethodDescriptionstatic VkVideoEncodeAV1QIndexKHR@NotNull VkVideoEncodeAV1QIndexKHRVkVideoEncodeAV1QIndexKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeAV1QIndexKHR.bipredictiveQIndex(int value) static VkVideoEncodeAV1QIndexKHRVkVideoEncodeAV1QIndexKHR.clone(Arena arena, VkVideoEncodeAV1QIndexKHR src) VkVideoEncodeAV1QIndexKHR.intraQIndex(int value) @NotNull VkVideoEncodeAV1QIndexKHRVkVideoEncodeAV1RateControlLayerInfoKHR.maxQIndex()@NotNull VkVideoEncodeAV1QIndexKHRVkVideoEncodeAV1RateControlLayerInfoKHR.minQIndex()VkVideoEncodeAV1QIndexKHR.predictiveQIndex(int value) @NotNull VkVideoEncodeAV1QIndexKHRVkVideoEncodeAV1QualityLevelPropertiesKHR.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 VkVideoEncodeAV1QIndexKHRVkVideoEncodeAV1QIndexKHR.clone(Arena arena, VkVideoEncodeAV1QIndexKHR src) VkVideoEncodeAV1RateControlLayerInfoKHR.maxQIndex(@NotNull VkVideoEncodeAV1QIndexKHR value) VkVideoEncodeAV1RateControlLayerInfoKHR.minQIndex(@NotNull VkVideoEncodeAV1QIndexKHR value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConstantQIndex(@NotNull VkVideoEncodeAV1QIndexKHR value) voidVkVideoEncodeAV1QIndexKHR.Ptr.write(long index, @NotNull VkVideoEncodeAV1QIndexKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeAV1QIndexKHRModifier and TypeMethodDescriptionVkVideoEncodeAV1QIndexKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeAV1QIndexKHR> consumer) VkVideoEncodeAV1RateControlLayerInfoKHR.maxQIndex(Consumer<@NotNull VkVideoEncodeAV1QIndexKHR> consumer) VkVideoEncodeAV1RateControlLayerInfoKHR.minQIndex(Consumer<@NotNull VkVideoEncodeAV1QIndexKHR> consumer) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConstantQIndex(Consumer<@NotNull VkVideoEncodeAV1QIndexKHR> consumer)