IndexOp

Engine/source/shaderGen/shaderOp.h

More...

Private Types

Parent 

Private Attributes

Public Functions

IndexOp(Var * var, U32 index)
print(Stream & stream)

Detailed Description

Accesses the given index on the variable

Private Types

typedef ShaderOp Parent 

Private Attributes

U32 mIndex 

Public Functions

IndexOp(Var * var, U32 index)

print(Stream & stream)

Reimplemented from: LangElement