fix misspelled 'accesing' -> 'accessing'
This commit is contained in:
parent
21f46776c6
commit
cb14742442
|
@ -404,7 +404,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
|
||||||
* half-rate linear filtering on GCN.
|
* half-rate linear filtering on GCN.
|
||||||
*
|
*
|
||||||
* If SMAA is applied to 64-bit color buffers, switching to point filtering
|
* 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
|
* 'SMAASamplePoint' to see which textures may benefit from point
|
||||||
* filtering, and where (which is basically the color input in the edge
|
* filtering, and where (which is basically the color input in the edge
|
||||||
* detection and resolve passes).
|
* detection and resolve passes).
|
||||||
|
|
Loading…
Reference in New Issue