Cleanup: use our own conventions for tags in comments

This commit is contained in:
2022-01-31 10:29:46 +11:00
parent 14427f5aaa
commit 012e41fc8b
50 changed files with 83 additions and 82 deletions

View File

@@ -212,7 +212,7 @@ vec3 view_position_derivative_from_depth(vec2 uvs, vec2 ofs, vec3 vP, float dept
}
}
/* TODO(fclem) port to a common place for other effects to use. */
/* TODO(@fclem): port to a common place for other effects to use. */
bool reconstruct_view_position_and_normal_from_depth(vec2 uvs, out vec3 vP, out vec3 vNg)
{
vec2 texel_size = vec2(abs(dFdx(uvs.x)), abs(dFdy(uvs.y)));