Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeRateControlInfoKHR
Packages that use VkVideoEncodeRateControlInfoKHR
-
Uses of VkVideoEncodeRateControlInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeRateControlInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEncodeRateControlInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeRateControlInfoKHRModifier and TypeMethodDescription@NotNull VkVideoEncodeRateControlInfoKHRVkVideoEncodeRateControlInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeRateControlInfoKHR.clone(Arena arena, VkVideoEncodeRateControlInfoKHR src) VkVideoEncodeRateControlInfoKHR.flags(int value) VkVideoEncodeRateControlInfoKHR.initialVirtualBufferSizeInMs(int value) VkVideoEncodeRateControlInfoKHR.layerCount(int value) VkVideoEncodeRateControlInfoKHR.pLayers(@Nullable IVkVideoEncodeRateControlLayerInfoKHR value) VkVideoEncodeRateControlInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeRateControlInfoKHR.rateControlMode(int value) VkVideoEncodeRateControlInfoKHR.sType(int value) VkVideoEncodeRateControlInfoKHR.Ptr.toArray()VkVideoEncodeRateControlInfoKHR.virtualBufferSizeInMs(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeRateControlInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoEncodeRateControlInfoKHR> VkVideoEncodeRateControlInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeRateControlInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeRateControlInfoKHR.clone(Arena arena, VkVideoEncodeRateControlInfoKHR src) voidVkVideoEncodeRateControlInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeRateControlInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeRateControlInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeRateControlInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeRateControlInfoKHR> consumer)