Semantics: Map noise*() to an operator for PureOperatorBuiltins mode.

Fixes issue #157.
This commit is contained in:
John Kessenich 2016-02-02 15:59:12 -07:00
parent 32cfd49b68
commit ba5685a332
5 changed files with 230 additions and 147 deletions

View file

@ -238,6 +238,8 @@ enum TOperator {
EOpFtransform,
EOpNoise,
EOpEmitVertex, // geometry only
EOpEndPrimitive, // geometry only
EOpEmitStreamVertex, // geometry only