Skip to content

ElectronGPUFeatureStatus

Unofficial

The Graphics Feature Status from chrome://gpu/.

Import:

import type { ElectronGPUFeatureStatus } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronGPUFeatureStatus

Properties

PropertyTypeDescription
'2d_canvas'stringCanvas.
'flash_3d'stringFlash.
'flash_stage3d_baseline'stringFlash Stage3D Baseline profile.
'flash_stage3d'stringFlash Stage3D.
'gpu_compositing'stringCompositing.
'multiple_raster_threads'stringMultiple Raster Threads.
'native_gpu_memory_buffers'stringNative GpuMemoryBuffers.
'rasterization'stringRasterization.
'video_decode'stringVideo Decode.
'video_encode'stringVideo Encode.
'vpx_decode'stringVPx Video Decode.
'webgl'stringWebGL.
'webgl2'stringWebGL2.

Links to this page: