mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
@link "openmw_fragment.glsl"
|
||
|
|
||
|
vec4 mw_sampleReflectionMap(vec2 uv);
|
||
|
|
||
|
#if @refraction_enabled
|
||
|
vec4 mw_sampleRefractionMap(vec2 uv);
|
||
|
float mw_sampleRefractionDepthMap(vec2 uv);
|
||
|
#endif
|