siShaderType Enum
Enumerations
enum
siShaderType
{
siShaderUnknown
= 0,
siShader
= 1,
siShaderCompound
= 2,
siShaderComment
= 3
}
Detailed Description
Defines the shader type
See also:
Shader::GetShaderType
Enumeration Type Documentation
enum siShaderType
Enumerator:
siShaderUnknown
[0] Unknown shader
siShader
[1] Normal shader
siShaderCompound
[2]
Shader
Compound
siShaderComment
[3]
Shader
Comment