Developer Documentation
ACG::ShaderGenerator::DefaultIODesc Struct Reference

Public Attributes

bool inputTexCoord_
 default attributes that should be imported in vertex shader More...
 
bool inputColor_
 
bool inputNormal_
 
bool passPosVS_
 default attributes that should be passed down from vertex shader More...
 
bool passPosOS_
 
bool passTexCoord_
 
bool passColor_
 
bool passNormalVS_
 
bool passNormalOS_
 

Detailed Description

Definition at line 565 of file ShaderGenerator.hh.

Constructor & Destructor Documentation

◆ DefaultIODesc()

ACG::ShaderGenerator::DefaultIODesc::DefaultIODesc ( )

Definition at line 808 of file ShaderGenerator.cc.

Member Data Documentation

◆ inputColor_

bool ACG::ShaderGenerator::DefaultIODesc::inputColor_

Definition at line 571 of file ShaderGenerator.hh.

◆ inputNormal_

bool ACG::ShaderGenerator::DefaultIODesc::inputNormal_

Definition at line 572 of file ShaderGenerator.hh.

◆ inputTexCoord_

bool ACG::ShaderGenerator::DefaultIODesc::inputTexCoord_

default attributes that should be imported in vertex shader

Definition at line 570 of file ShaderGenerator.hh.

◆ passColor_

bool ACG::ShaderGenerator::DefaultIODesc::passColor_

Definition at line 578 of file ShaderGenerator.hh.

◆ passNormalOS_

bool ACG::ShaderGenerator::DefaultIODesc::passNormalOS_

Definition at line 580 of file ShaderGenerator.hh.

◆ passNormalVS_

bool ACG::ShaderGenerator::DefaultIODesc::passNormalVS_

Definition at line 579 of file ShaderGenerator.hh.

◆ passPosOS_

bool ACG::ShaderGenerator::DefaultIODesc::passPosOS_

Definition at line 576 of file ShaderGenerator.hh.

◆ passPosVS_

bool ACG::ShaderGenerator::DefaultIODesc::passPosVS_

default attributes that should be passed down from vertex shader

Definition at line 575 of file ShaderGenerator.hh.

◆ passTexCoord_

bool ACG::ShaderGenerator::DefaultIODesc::passTexCoord_

Definition at line 577 of file ShaderGenerator.hh.


The documentation for this struct was generated from the following files: