#version 310 es | |
precision highp float; | |
precision highp int; | |
layout(binding = 0, std430) | |
buffer prevent_dce_block_1_ssbo { | |
float inner; | |
} v; | |
float fwidthFine_f1742d() { | |
float arg_0 = 1.0f; | |
float res = fwidth(arg_0); | |
return res; | |
} | |
void main() { | |
v.inner = fwidthFine_f1742d(); | |
} |