12 lines
184 B
PHP
Raw Normal View History

2022-06-25 11:52:00 +08:00
// Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
precision highp float;
in float v_depth;
#include <packing>
void main () {
gl_FragColor = packDepthToRGBA(v_depth);
}