EchoOp

Engine/source/shaderGen/shaderOp.h

More...

Private Types

Parent 

Private Attributes

Public Functions

EchoOp(const char * statement)
print(Stream & stream)

Detailed Description

Like the name suggests, EchoOp merely echoes back whatever string it is assigned.

Private Types

typedef ShaderOp Parent 

Private Attributes

const char * mStatement 

Public Functions

EchoOp(const char * statement)

~EchoOp()

print(Stream & stream)

Reimplemented from: LangElement