puppeteer/new-docs/puppeteer.protocol.systeminfo.getinforesponse.gpu.md
2020-07-13 14:01:35 +01:00

14 lines
532 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [SystemInfo](./puppeteer.protocol.systeminfo.md) &gt; [GetInfoResponse](./puppeteer.protocol.systeminfo.getinforesponse.md) &gt; [gpu](./puppeteer.protocol.systeminfo.getinforesponse.gpu.md)
## Protocol.SystemInfo.GetInfoResponse.gpu property
Information about the GPUs on the system.
<b>Signature:</b>
```typescript
gpu: GPUInfo;
```