NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
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.

Typedefs

typedef enum dwTonemapMethod dwTonemapMethod
 

Enumerations

enum  dwTonemapMethod {
  DW_TONEMAP_METHOD_UNKNOWN,
  DW_TONEMAP_METHOD_AGTM,
  DW_TONEMAP_METHOD_LTM
}
 

Typedef Documentation

◆ dwTonemapMethod

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 31 of file Tonemap.h.