Trying to fix invalid descriptorlayout

This commit is contained in:
Dynamitos
2020-10-03 11:00:10 +02:00
parent 79388bf41a
commit ceee96b462
69 changed files with 1087 additions and 393 deletions
+4
View File
@@ -16,3 +16,7 @@ interface IMaterial
float getRoughness(MaterialFragmentParameter input);
float getSheen(MaterialFragmentParameter input);
};
type_param TMaterial : IMaterial;
layout(set = 2, binding = 0, std430)
ParameterBlock<TMaterial> gMaterial;