You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
507 B
17 lines
507 B
//
|
|
// This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit > Rendering > Generate Shader Includes ] instead
|
|
//
|
|
|
|
#ifndef COLORPICKERDEBUG_CS_HLSL
|
|
#define COLORPICKERDEBUG_CS_HLSL
|
|
//
|
|
// UnityEngine.Rendering.HighDefinition.ColorPickerDebugMode: static fields
|
|
//
|
|
#define COLORPICKERDEBUGMODE_NONE (0)
|
|
#define COLORPICKERDEBUGMODE_BYTE (1)
|
|
#define COLORPICKERDEBUGMODE_BYTE4 (2)
|
|
#define COLORPICKERDEBUGMODE_FLOAT (3)
|
|
#define COLORPICKERDEBUGMODE_FLOAT4 (4)
|
|
|
|
|
|
#endif
|