您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
17 行
437 B
17 行
437 B
//
|
|
// This file was automatically generated. Please don't edit by hand.
|
|
//
|
|
|
|
#ifndef COLORPICKERDEBUG_CS_HLSL
|
|
#define COLORPICKERDEBUG_CS_HLSL
|
|
//
|
|
// UnityEngine.Experimental.Rendering.HDPipeline.ColorPickerDebugMode: static fields
|
|
//
|
|
#define COLORPICKERDEBUGMODE_NONE (0)
|
|
#define COLORPICKERDEBUGMODE_BYTE (1)
|
|
#define COLORPICKERDEBUGMODE_BYTE4 (2)
|
|
#define COLORPICKERDEBUGMODE_FLOAT (3)
|
|
#define COLORPICKERDEBUGMODE_FLOAT4 (4)
|
|
|
|
|
|
#endif
|