THE STREET FINALLY RENDERS
This commit is contained in:
@@ -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);
|
||||
//};
|
||||
|
||||
Reference in New Issue
Block a user