Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
5e317ffe407f62666a8b8a091f754a618a56b5ea
/
.
/
Test
/
hlsl.intrinsics.lit.frag
blob: bf4069a8236b3ab1e3c9f5037fa3fd48ae84691b [
file
] [
log
] [
blame
]
void
PixelShaderFunction
(
float
n_dot_l
,
float
n_dot_h
,
float
m
)
{
float4 r0
=
lit
(
n_dot_l
,
n_dot_h
,
m
);
}