summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/material2/MaterialSystem.slang
blob: 9fcee1386ed344f74025ef5894506f2769bc339e (plain)
1
2
3
4
5
6
7
8
//TEST_IGNORE_FILE:

__exported import IMaterial;

public IMaterial createMaterialClassConformance(int type, float3 value)
{
    return createDynamicObject<IMaterial, float3>(type, value);
}