Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
08fe88a94c66b1f05b3308c890d79f8b2d7053ab
/
.
/
Test
/
hlsl.mip.negative.frag
blob: 900d385063a0fd5eb3ceddc80bc713a0f76d3cfe [
file
] [
log
] [
blame
]
Texture2D
g_tTex2df4
;
float4 main
()
:
SV_Target0
{
g_tTex2df4
.
mips
.
mips
[
2
][
uint2
(
3
,
4
)];
// error to chain like this
return
0
;
}