DriveWorks SDK Reference
5.10.90 Release
For Test and Development only

Tonemap.h File Reference

Detailed Description

NVIDIA DriveWorks API: Tonemap Types

Description: This file defines Tonemap types.

Note
The implementation of enum DW_TONEMAP_METHOD_LTM is currently not available. Any instantiation with this type will result in DW_NOT_IMPLEMENTED error.

Definition in file Tonemap.h.

Go to the source code of this file.

Enumerations

enum  dwTonemapMethod {
  DW_TONEMAP_METHOD_UNKNOWN ,
  DW_TONEMAP_METHOD_AGTM ,
  DW_TONEMAP_METHOD_LTM
}
 

Enumeration Type Documentation

◆ dwTonemapMethod

Enumerator
DW_TONEMAP_METHOD_UNKNOWN 

Invalid.

DW_TONEMAP_METHOD_AGTM 

Adaptive Global Tonemapping.

DW_TONEMAP_METHOD_LTM 

Local Tonemapping.

Note
The implementation is currently not available. Any instantiation with this type will result in DW_NOT_IMPLEMENTED error.

Definition at line 49 of file Tonemap.h.