You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A value of 0 for fGammaCorrection in CMP_CFilterParams when used in CMP_GenerateMIPLevelsEx would use a gamma of 0, but the documentation says a value of zero would result in no correction
// Apply Gamma correction to RGB channels, using this value as a power exponent,value of 0 or 1 = no correction
The documentation seems more correct, as usually a "zeroed" out struct should result in a sensible default.
The text was updated successfully, but these errors were encountered:
FilippoLeon
changed the title
CMP_CFilterParams fGammaCorrection = 0 for CMP_CFilterParams
fGammaCorrection = 0 for CMP_CFilterParams
Nov 28, 2024
A value of 0 for fGammaCorrection in CMP_CFilterParams when used in CMP_GenerateMIPLevelsEx would use a gamma of 0, but the documentation says a value of zero would result in no correction
The documentation seems more correct, as usually a "zeroed" out struct should result in a sensible default.
The text was updated successfully, but these errors were encountered: