|
Developer Documentation
|
Public Attributes | |
| bool | inputTexCoord_ |
| default attributes that should be imported in vertex shader | |
| bool | inputColor_ |
| bool | inputNormal_ |
| bool | passPosVS_ |
| default attributes that should be passed down from vertex shader | |
| bool | passPosOS_ |
| bool | passTexCoord_ |
| bool | passColor_ |
| bool | passNormalVS_ |
| bool | passNormalOS_ |
Definition at line 565 of file ShaderGenerator.hh.
| ACG::ShaderGenerator::DefaultIODesc::DefaultIODesc | ( | ) |
Definition at line 808 of file ShaderGenerator.cc.
| bool ACG::ShaderGenerator::DefaultIODesc::inputColor_ |
Definition at line 571 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::inputNormal_ |
Definition at line 572 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::inputTexCoord_ |
default attributes that should be imported in vertex shader
Definition at line 570 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::passColor_ |
Definition at line 578 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::passNormalOS_ |
Definition at line 580 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::passNormalVS_ |
Definition at line 579 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::passPosOS_ |
Definition at line 576 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::passPosVS_ |
default attributes that should be passed down from vertex shader
Definition at line 575 of file ShaderGenerator.hh.
| bool ACG::ShaderGenerator::DefaultIODesc::passTexCoord_ |
Definition at line 577 of file ShaderGenerator.hh.