|
SBgl 0.1.0
A graphics framework in C99
|
#include <sbgl_voxel.h>

Data Fields | |
| sbgl_Vec4 | color |
| float | roughness |
| float | metalness |
| uint32_t | textureID |
| uint32_t | _pad |
Definition at line 40 of file sbgl_voxel.h.
| uint32_t sbgl_Material::_pad |
Definition at line 45 of file sbgl_voxel.h.
| sbgl_Vec4 sbgl_Material::color |
Definition at line 41 of file sbgl_voxel.h.
| float sbgl_Material::metalness |
Definition at line 43 of file sbgl_voxel.h.
| float sbgl_Material::roughness |
Definition at line 42 of file sbgl_voxel.h.
| uint32_t sbgl_Material::textureID |
Definition at line 44 of file sbgl_voxel.h.