Fix interface errors.

Complete C wrapper.
Complete C# wrapper.
This commit is contained in:
castano
2008-01-24 04:25:24 +00:00
parent d781b66194
commit 196a77fdde
5 changed files with 608 additions and 123 deletions

View File

@ -297,7 +297,7 @@ void InputOptions::setColorTransform(ColorTransform t)
}
// Set linear transform for the given channel.
void InputOptions::setLinearTransfrom(int channel, float w0, float w1, float w2, float w3)
void InputOptions::setLinearTransform(int channel, float w0, float w1, float w2, float w3)
{
nvCheck(channel >= 0 && channel < 4);