Removed non-ASCII characters
This commit is contained in:
parent
67b0a8c990
commit
aabf8300c3
|
@ -335,7 +335,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
|
||||||
*
|
*
|
||||||
* The shader has three passes, chained together as follows:
|
* The shader has three passes, chained together as follows:
|
||||||
*
|
*
|
||||||
* |input|------------------·
|
* |input|------------------\
|
||||||
* v |
|
* v |
|
||||||
* [ SMAA*EdgeDetection ] |
|
* [ SMAA*EdgeDetection ] |
|
||||||
* v |
|
* v |
|
||||||
|
@ -345,7 +345,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
|
||||||
* v |
|
* v |
|
||||||
* |blendTex| |
|
* |blendTex| |
|
||||||
* v |
|
* v |
|
||||||
* [ SMAANeighborhoodBlending ] <------·
|
* [ SMAANeighborhoodBlending ] <------/
|
||||||
* v
|
* v
|
||||||
* |output|
|
* |output|
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2016 CERN
|
* Copyright (C) 2013-2016 CERN
|
||||||
|
|
Loading…
Reference in New Issue