Skip to content

Commit

Permalink
Merge pull request #80445 from Calinou/doc-video-adapter-web-fixed-model
Browse files Browse the repository at this point in the history
Document `RenderingServer.get_video_adapter_name()` may report a fixed name
  • Loading branch information
akien-mga committed Aug 16, 2023
2 parents 1e3b1a7 + c751f19 commit acc965c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/RenderingServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit acc965c

Please sign in to comment.