+ | Refraction index dieletric material

This commit is contained in:
TheRedShip
2025-01-06 12:15:03 +01:00
parent 00af3314d8
commit 5a6fd1f9ef
8 changed files with 85 additions and 13 deletions

View File

@ -24,6 +24,7 @@ struct GPUMaterial
float emission; // 4
float roughness; // 4
float metallic; // 4
int type; // 4
};
layout(std430, binding = 1) buffer ObjectBuffer