Explorar o código

Merge pull request #80445 from Calinou/doc-video-adapter-web-fixed-model

Document `RenderingServer.get_video_adapter_name()` may report a fixed name
Rémi Verschelde %!s(int64=2) %!d(string=hai) anos
pai
achega
acc965c09c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      doc/classes/RenderingServer.xml

+ 1 - 0
doc/classes/RenderingServer.xml

@@ -1450,6 +1450,7 @@
 			<description>
 				Returns the name of the video adapter (e.g. "GeForce GTX 1080/PCIe/SSE2").
 				[b]Note:[/b] When running a headless or server binary, this function returns an empty string.
+				[b]Note:[/b] On the web platform, some browsers such as Firefox may report a different, fixed GPU name such as "GeForce GTX 980" (regardless of the user's actual GPU model). This is done to make fingerprinting more difficult.
 			</description>
 		</method>
 		<method name="get_video_adapter_type" qualifiers="const">