Refactor folder structure
This commit is contained in:
11
src/ThridParty/Ghost.Nvtt/NvttToneMapper.cs
Normal file
11
src/ThridParty/Ghost.Nvtt/NvttToneMapper.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ghost.Nvtt
|
||||
{
|
||||
public enum NvttToneMapper
|
||||
{
|
||||
NVTT_ToneMapper_Linear,
|
||||
NVTT_ToneMapper_Reinhard,
|
||||
NVTT_ToneMapper_Reindhart = NVTT_ToneMapper_Reinhard,
|
||||
NVTT_ToneMapper_Halo,
|
||||
NVTT_ToneMapper_Lightmap,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user