general: fix spelling mistakes
This commit is contained in:
parent
d155167ea2
commit
600f325d87
107 changed files with 216 additions and 211 deletions
|
@ -125,7 +125,7 @@ uvec4 local_buff;
|
|||
uvec4 color_endpoint_data;
|
||||
int color_bitsread = 0;
|
||||
|
||||
// Four values, two endpoints, four maximum paritions
|
||||
// Four values, two endpoints, four maximum partitions
|
||||
uint color_values[32];
|
||||
int colvals_index = 0;
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
* half-rate linear filtering on GCN.
|
||||
*
|
||||
* If SMAA is applied to 64-bit color buffers, switching to point filtering
|
||||
* when accesing them will increase the performance. Search for
|
||||
* when accessing them will increase the performance. Search for
|
||||
* 'SMAASamplePoint' to see which textures may benefit from point
|
||||
* filtering, and where (which is basically the color input in the edge
|
||||
* detection and resolve passes).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue