Refactor folder structure
This commit is contained in:
10
src/ThridParty/Ghost.Nvtt/NvttRoundMode.cs
Normal file
10
src/ThridParty/Ghost.Nvtt/NvttRoundMode.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ghost.Nvtt
|
||||
{
|
||||
public enum NvttRoundMode
|
||||
{
|
||||
NVTT_RoundMode_None,
|
||||
NVTT_RoundMode_ToNextPowerOfTwo,
|
||||
NVTT_RoundMode_ToNearestPowerOfTwo,
|
||||
NVTT_RoundMode_ToPreviousPowerOfTwo,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user