mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Corrects typo.
This commit is contained in:
parent
774d8668bf
commit
00cb4d26b3
@ -60,7 +60,7 @@ class TextureTarget {
|
|||||||
/*!
|
/*!
|
||||||
Draws this texture to the currently-bound framebuffer, which has the aspect ratio
|
Draws this texture to the currently-bound framebuffer, which has the aspect ratio
|
||||||
@c aspect_ratio. This texture will fill the height of the frame buffer, and pick
|
@c aspect_ratio. This texture will fill the height of the frame buffer, and pick
|
||||||
an appropriate width based o the aspect ratio.
|
an appropriate width based on the aspect ratio.
|
||||||
|
|
||||||
@c colour_threshold sets a threshold test that each colour must satisfy to be
|
@c colour_threshold sets a threshold test that each colour must satisfy to be
|
||||||
output. A threshold of 0.0f means that all colours will pass through. A threshold
|
output. A threshold of 0.0f means that all colours will pass through. A threshold
|
||||||
|
Loading…
Reference in New Issue
Block a user