$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
GPUInfo Struct Reference

Struct to hold GPU hardware and driver information. More...

#include <render_utils.h>

Data Fields

const char * vendor
 
const char * renderer
 
const char * version
 

Detailed Description

Struct to hold GPU hardware and driver information.

Field Documentation

◆ renderer

const char* GPUInfo::renderer

GPU renderer name (e.g., "Mesa Intel(R) UHD Graphics")

◆ vendor

const char* GPUInfo::vendor

Driver vendor (e.g., "Intel Open Source Group")

◆ version

const char* GPUInfo::version

OpenGL version string


The documentation for this struct was generated from the following file: