blob: 12aa763fb485564217f65cc286fa147e6e6665f2 [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
layout(binding = 0, std430)
buffer f_prevent_dce_block_ssbo {
vec4 inner;
} v;
uniform highp samplerCube arg_0_arg_1;
vec4 textureSample_e53267() {
vec4 res = texture(arg_0_arg_1, vec3(1.0f));
return res;
}
void main() {
v.inner = textureSample_e53267();
}