ElectronGPUFeatureStatus
Unofficial
The Graphics Feature Status from chrome://gpu/.
Import:
import type { ElectronGPUFeatureStatus } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronGPUFeatureStatusProperties
| Property | Type | Description | |
|---|---|---|---|
| '2d_canvas' | string | Canvas. | |
| 'flash_3d' | string | Flash. | |
| 'flash_stage3d_baseline' | string | Flash Stage3D Baseline profile. | |
| 'flash_stage3d' | string | Flash Stage3D. | |
| 'gpu_compositing' | string | Compositing. | |
| 'multiple_raster_threads' | string | Multiple Raster Threads. | |
| 'native_gpu_memory_buffers' | string | Native GpuMemoryBuffers. | |
| 'rasterization' | string | Rasterization. | |
| 'video_decode' | string | Video Decode. | |
| 'video_encode' | string | Video Encode. | |
| 'vpx_decode' | string | VPx Video Decode. | |
| 'webgl' | string | WebGL. | |
| 'webgl2' | string | WebGL2. |
Links to this page: