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

Data Fields

mat4 model
 
vec3 albedo
 
float metallic
 
float roughness
 
float ao
 
float _padding [2]
 

Field Documentation

◆ _padding

float InstanceData::_padding[2]

◆ albedo

vec3 InstanceData::albedo

◆ ao

float InstanceData::ao

◆ metallic

float InstanceData::metallic

◆ model

mat4 InstanceData::model

◆ roughness

float InstanceData::roughness

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