testss
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef UNIVERSAL_SURFACE_DATA_INCLUDED
|
||||
#define UNIVERSAL_SURFACE_DATA_INCLUDED
|
||||
|
||||
// Must match Universal ShaderGraph master node
|
||||
struct SurfaceData
|
||||
{
|
||||
half3 albedo;
|
||||
half3 specular;
|
||||
half metallic;
|
||||
half smoothness;
|
||||
half3 normalTS;
|
||||
half3 emission;
|
||||
half occlusion;
|
||||
half alpha;
|
||||
half clearCoatMask;
|
||||
half clearCoatSmoothness;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user