mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-28 14:36:49 +00:00
8 lines
No EOL
181 B
GLSL
8 lines
No EOL
181 B
GLSL
@link "openmw_fragment.glsl"
|
|
|
|
vec4 mw_sampleReflectionMap(vec2 uv);
|
|
|
|
#if @refraction_enabled
|
|
vec4 mw_sampleRefractionMap(vec2 uv);
|
|
float mw_sampleRefractionDepthMap(vec2 uv);
|
|
#endif |