THE STREET FINALLY RENDERS

This commit is contained in:
Dynamitos
2024-04-26 19:32:38 +02:00
parent 93ab9e38f0
commit ab2bdfbd0e
12 changed files with 37 additions and 44 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import Common;
import LightEnv;
import Material;
import MaterialParameter;
import MATERIAL_FILE_NAME;
struct LightCullingData
{
+5 -7
View File
@@ -2,10 +2,8 @@ import Common;
import BRDF;
import MaterialParameter;
interface IMaterial
{
associatedtype BRDF : IBRDF;
BRDF prepare(MaterialParameter input);
};
layout(set=4)
ParameterBlock<IMaterial> pMaterial;
//interface IMaterial
//{
// associatedtype BRDF : IBRDF;
// BRDF prepare(MaterialParameter input);
//};