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:
|
||||
*
|
||||
* |input|------------------·
|
||||
* |input|------------------\
|
||||
* v |
|
||||
* [ SMAA*EdgeDetection ] |
|
||||
* v |
|
||||
|
@ -345,7 +345,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
|
|||
* v |
|
||||
* |blendTex| |
|
||||
* v |
|
||||
* [ SMAANeighborhoodBlending ] <------·
|
||||
* [ SMAANeighborhoodBlending ] <------/
|
||||
* v
|
||||
* |output|
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2013-2016 CERN
|
||||
|
|
Loading…
Reference in New Issue