~ | Refraction change

This commit is contained in:
TheRedShip
2025-01-12 19:05:03 +01:00
parent 5d5c9d432e
commit 1908057434
8 changed files with 15 additions and 10 deletions

View File

@ -21,6 +21,7 @@ typedef struct s_Material
float emission;
float roughness;
float metallic;
float refraction;
int type;
} Material;

View File

@ -39,6 +39,7 @@ struct GPUMaterial
float emission;
float roughness;
float metallic;
float refraction;
int type;
};