Click or drag to resize

VisualServerGetVideoAdapterVendor Method

Returns the vendor of the video adapter (e.g. "NVIDIA Corporation").

Note: When running a headless or server binary, this function returns an empty string.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string GetVideoAdapterVendor()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.VisualServer.GetVideoAdapterVendor"]

See Also