First Commit
This commit is contained in:
4
externals/glslang/Test/hlsl.intrinsics.lit.frag
vendored
Normal file
4
externals/glslang/Test/hlsl.intrinsics.lit.frag
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
void PixelShaderFunction(float n_dot_l, float n_dot_h, float m)
|
||||
{
|
||||
float4 r0 = lit(n_dot_l, n_dot_h, m);
|
||||
}
|
||||
Reference in New Issue
Block a user