eTSRShaderConstantType Enumeration
Syntax
public enum eTSRShaderConstantType : System.Enum 
Members
MemberDescription
eShaderConstantType_Array 
eShaderConstantType_Boolean 
eShaderConstantType_Boolean2 
eShaderConstantType_Boolean3 
eShaderConstantType_Boolean4 
eShaderConstantType_ConstantBuffer 
eShaderConstantType_Float 
eShaderConstantType_Float2 
eShaderConstantType_Float3 
eShaderConstantType_Float4 
eShaderConstantType_Int 
eShaderConstantType_Int2 
eShaderConstantType_Int3 
eShaderConstantType_Int4 
eShaderConstantType_Matrix3x3 
eShaderConstantType_Matrix3x4 
eShaderConstantType_Matrix4x3 
eShaderConstantType_Matrix4x4 
eShaderConstantType_Sampler 
eShaderConstantType_Struct 
eShaderConstantType_Texture1D 
eShaderConstantType_Texture2D 
eShaderConstantType_Texture2DArray 
eShaderConstantType_Texture3D 
eShaderConstantType_TextureCube 
eShaderConstantType_Unknown 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.Interop.eTSRShaderConstantType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also