Sign in
dawn
/
tint
/
93fc1138378037ccc383c17dfd91ada5fbd7e533
/
.
/
test
/
intrinsics
/
gen
/
textureSample
/
ea7030.wgsl.expected.glsl
blob: e8c1b8aefbde72a08034cbfa7a025b924f74b4b8 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
uniform highp samplerCube arg_0
;
void
textureSample_ea7030
()
{
float
res
=
texture
(
arg_0
,
vec3
(
0.0f
,
0.0f
,
0.0f
)).
x
;
}
void
fragment_main
()
{
textureSample_ea7030
();
return
;
}
void
main
()
{
fragment_main
();
}